TimeLimitActions

Use these constants for the value of the StationOptions.SetTimeLimitAction and StationOptions.GetTimeLimitAction methods.

  • TimeLimitAction_Abort –(Value: 0) Initiates an abort of a running execution.
  • TimeLimitAction_KillThreads –(Value: 1) Ends the thread for a running, terminating, or aborting execution.
  • TimeLimitAction_Prompt –(Value: 2) Launches a dialog box with the option to terminate, abort, or kill the execution.
  • TimeLimitAction_Terminate –(Value: 3) Initiates a termination of a running execution.

See Also

StationOptions.GetTimeLimitAction

StationOptions.SetTimeLimitAction