Skip to main content

What it does

Passes information about the processing progress. Note. This object is not available on the Web Verification Station for checking rules locally.

Methods

DefinitionDescription
ReportError( error : string )Records an error message to the log. The operation that contains an error message is considered to have failed.
ReportMessage( message : string )Records an information message to the log.
ReportWarning( warning : string )Records a warning message to the log.

Properties

NameTypeAccessDescription
ShouldStopboolRead-onlyChecks if the task was cancelled or not (whether the user clicked Cancel).