sas
ExecutionState


Enumeration

Values
notRunning value=1
displayed=Not Running
The test is currently not executing.
inProgress value=2
displayed=In Progress
The test is currently executing. Results are pending.
deploying value=3
displayed=Deploying
The test is currently being set up on the node to be executed.
removing value=4
displayed=Removing
The test is currently being removed from node after being executed.
isStoping value=5
displayed=Is Stopping
The test is currently stopping after being executed.
isContinuous value=6
displayed=Is Continuously Executed
The test is continuously executed by the node.