ExecutionRunStates
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.