ExecutionRunStates
- Updated2024-10-09
- 1 minute(s) read
ExecutionRunStates
The Execution.GetStates method returns one of these values to indicate the running state of the execution.
- ExecRunState_Paused –(Value: 2) The execution is suspended.
- ExecRunState_Running –(Value: 1) The execution is running.
- ExecRunState_Stopped –(Value: 3) The execution has finished executing.