SuspendBatch (Method) - 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

Suspends the current batch. This method is not supported in VERIFYit. This method can only be used during Stepped Processing mode and when using only One Operator Per Batch.

Applicable Events

Pre-Verification, Post-Verification. F-Key

Syntax

object.SuspendBatch (strSuspendReason, bDisplayMessage)

Parameters

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

SuspendBatch is the command.

SuspendReason is the reason displayed in the optional message and batch viewer.

DisplayMessage optionally displays a message to the Verification operator that the batch was suspended.The default is to display the message.

Example

Application.SuspendBatch "VBScript is suspending this batch", True