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. |
4/12/2024 6:16:02 PM