executionStatus Enumeration
engine execution status
Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public enum executionStatus
Public Enumeration executionStatus
public enum class executionStatus
Members
Member name | Description | |
---|---|---|
NotStarted | engine not started | |
executing | engine started to execute | |
sleeping | engine is sleeping | |
error | engine has an error | |
aborted | engine has aborted | |
resumed | engine has paused | |
completed | engine has completed processing | |
reset | engine has reset the instance | |
all | All | |
errorWait | The error wait |