StepType.StepFailCausesSequenceFail

Syntax

StepType.StepFailCausesSequenceFail

Data Type

Boolean

Purpose

Specifies whether failure of the step causes the sequence to fail.

Remarks

If this property is True and the step fails, TestStand sets the internal status property of the sequence that contains the step to Failure . If the Sequence.FailureAction property is True for the sequence, the execution jumps to the Cleanup step group of the sequence.

See Also

Sequence.FailureAction