Execution.GetStates
- Updated2025-07-21
- 1 minute(s) read
Execution.GetStates
Syntax
Execution.GetStates( runState, termState)
Purpose
Returns the current state of the execution.
Remarks
Parameters
runState As ExecutionRunStates
[Out] Returns the running state of the execution.
termState As ExecutionTerminationStates
[Out] If the execution is terminating, this value indicates how it is terminating.
See Also
Execution.GetTerminationMonitorStatus