IBatchCheckResults
What it does
Represents the context of the batch integrity check event.
Note. This object is not available on the Web Verification Station for checking rules locally.
Properties
Name | Type | Access | Description |
---|---|---|---|
Batch | IBatch | Read-only | The batch |
CheckSucceeded | bool | Read/write, Mutable (can be modified even in scripts with read-only permissions) | Specifies whether the check succeeded |
ErrorMessage | string | Read/write, Mutable (can be modified even in scripts with read-only permissions) | The error message |
4/12/2024 6:16:02 PM