ScriptHasExecuted (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. Returns True if the script has already been run on the current data image. This is used to ensure that a script only runs once. Use when a Verification operator returns to an image previously verified or backs up and returns to a zone.

When applied Post Extraction, as opposed to Post Verification, this method always returns False.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object.ScriptHasExecuted

Parameters

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

ScriptHasExecuted is the command.

Example