StepType.IgnoreRTE
- Updated2025-07-21
- 1 minute(s) read
StepType.IgnoreRTE
Syntax
StepType.IgnoreRTE
Data Type
Purpose
Specifies to prevent 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 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 for the Result.Status property remains set to Error for the step.