StationOptions.RTEOption
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
StationOptions.RTEOption
Syntax
StationOptions.RTEOption
Data Type
Use the following constants with this data type:
- RTEOption_Abort –(Value: 3) Instructs the execution to abort the execution.
- RTEOption_Continue –(Value: 1) Instructs the execution to process the error by propagating the error to the calling sequence, if one exists. If the current step group is Setup or Main, the execution jumps directly to the Cleanup step group.
- RTEOption_Ignore –(Value: 2) Instructs the execution to ignore the error and continue normal execution.
- RTEOption_Retry –(Value: 4) Instructs the execution to ignore the error and re-execute the step that caused the error condition. For the StationOptions.RTEOption property, the Execution.RTEOptionForThisExecution property, and the Thread.SetBatchRTEOption method, TestStand interprets the RTEOption_Retry value as RTEOption_Continue .
- RTEOption_ShowDialog –(Value: 0) Instructs the execution to launch the Run-Time Error dialog box when an error occurs.
Purpose
Specifies the default behavior of TestStand when a run-time error occurs in an execution.
Remarks
This property replaced the more limited property Engine.BreakOnRTE and offers a superset of the functionality.
See Also
Engine.DisplayRunTimeErrorDialogEx