InteractiveRunType (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/VBScript-Objects-Properties-and-Methods/Individual-Object-Properties/InteractiveRunType-Property - 2023-11-17

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. Indicates the reason that the interactive script was run.

Syntax

object.InteractiveRunType

Parameters

Object is a reference to the Application object. For more information, see Application Object (page Application Object).

InteractiveRunType is the command.

The following indicators show what event caused the script to run:

Indicator

Script is run when

0

Leaving a zone

1

Entering a zone

2

Specified data length is exceeded

3

After instant OCR

4

After an AnyApp Exception

5

A selection in the dropdown list is modified

Example