Description
Read-only. Used with the Application object to return TRUE if the VBScript (pre, interactive, post scripts) are being run during the Auditor Verification phase. This helps scripts to perform different actions depending on the verification phase.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.InAuditorVerification
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
InAuditorVerification is the command.
Example
If Application.InAuditorVerification Then
Exit Sub
End if