Step.IgnoreRTE
- Updated2025-04-09
- 1 minute(s) read
Step.IgnoreRTE
Syntax
Step.IgnoreRTE
Data Type
Purpose
Prevents the step from reporting a run-time error to the sequence.
Remarks
When a step causes a run-time error, the step stops executing and TestStand sets the status of the step to Error .
If you set this property to False , TestStand also sets the internal status of the sequence to Error and the execution branches to the Cleanup step group for the sequence.
If you set this property to True , TestStand does not set the internal status of the sequence to Error . Instead, TestStand resets the Error.Occurred property of the step to False and execution continues normally with the next step. The value of the Result.Status property remains as Error for the step.