Description
Returns True if the script is executing in batch balance mode. When applied to Post Extraction or Pre Verification, 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.InBatchBalanceMode
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
InBatchBalanceMode is the command.
Example
If Application.InBatchBalanceMode Then
Exit Sub
End if