Util.ScriptCompletionState (read-only, ScriptCompletionStates)
The completion status of the last script to be run in the ACP console
Util.ScriptCompletionState
The property syntax has these parts:
Part | Description |
---|---|
Value (ScriptCompletionStates) | The completion status of the last script to be run in the ACP console |
The (symbolic) values for ScriptCompletionStates are:
Constant | Value | Description |
---|---|---|
scrComplUnknown | 0 | The script completion status is unknown (running or never started) |
scrComplSuccess | 1 | The script completed successfully |
scrComplError | 2 | The script failed due to a compilation or run time error |
scrComplAbort | 3 | The script was aborted by the operator |
scrComplWeather | 4 | The script was aborted by a weather unsafe event |