IScriptResult
What it does
Represents the result of the script execution.
Properties
| Name | Type | Access | Description |
| Succeeded | bool | Read/write | Specifies whether the operation succeeded |
| ErrorMessage | string | Read/write |
The informational message. The message is output regardless of the Succeeded property value. |
3/26/2024 1:49:49 PM