ExecutionViewMgr.RunState
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ExecutionViewMgr.RunState
Syntax
ExecutionViewMgr.RunState
Data Type
Use the following constants with this data type:
- 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.
Purpose
Returns the run state of the execution.
Remarks
The ExecutionView Manager control generates the ExecutionViewMgr.RunStateChanged event when this property changes. The value this property obtains does not necessarily correspond to the value the Execution.GetStates method obtains. The Execution.GetStates method returns the instantaneous state of the execution, while the ExecutionViewMgr.RunState property returns the current state the ExecutionView Manager control displays.