script
TargetScriptStatusType


Enumeration

Values
progress value=1
displayed=In Progress
The target script is currently executing.
successfull value=2
displayed=Successful
The target script has executed successfully.
executionfailed value=3
displayed=Execution Failed
The target script has failed while executing (e.g. CLI error).
executionnotattempted value=4
displayed=Execution Not Attempted
The target script was not executed, it has been canceled by the system.
canceled value=5
displayed=Cancelled
The target script has been cancelled by the user.
connectionfailed value=6
displayed=Connection Failed
The connection attempt to the node failed.
loginfailed value=7
displayed=Login Failed
The login attempt to the node failed.
unknown value=8
displayed=Unknown
Unknown state.
queued value=9
displayed=Queued
The target script is currently queued waiting to be executed.
partiallyfailed value=10
displayed=Partially Failed
The target script or one of the nested scripts failed during the execution.