ExecutionViewMgr.TerminationState
- Updated2025-07-21
- 1 minute(s) read
ExecutionViewMgr.TerminationState
Syntax
ExecutionViewMgr.TerminationState
Data Type
Use the following constants with this data type:
- ExecTermState_Aborting –(Value: 4) TestStand is aborting the running execution.
- ExecTermState_KillingThreads –(Value: 5) TestStand is ending the threads in the execution.
- ExecTermState_Normal –(Value: 1) The execution is not terminating.
- ExecTermState_Terminating –(Value: 2) TestStand is terminating the running execution.
- ExecTermState_TerminatingInteractive –(Value: 3) TestStand is terminating the running interactive execution.
Purpose
Returns the termination state of the execution.
Remarks
The ExecutionView Manager control generates the ExecutionViewMgr.TerminationStateChanged event when this property changes. The value obtained from this property does not necessarily correspond to the value obtained from the Execution.GetStates method. 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.