ExecutionTerminationStates

The Execution.GetStates method returns one of these values to indicate whether the execution is terminating. If the execution is terminating, these values indicate how it is terminating.

  • 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.

See Also

Execution.GetStates

Execution.RestartEx