ExecutionRunStates
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.