ExecutionRunStates
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
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.