Sequence.GotoCleanupOnFailure
- Updated2026-02-03
- 1 minute(s) read
Sequence.GotoCleanupOnFailure
Syntax
Sequence.GotoCleanupOnFailure
Data Type
Purpose
Note
This property is obsolete. Use the
Sequence.FailureAction
property instead.
Remarks
Execution flow jumps to the Cleanup step group if this property is True and if a step sets the status property of the sequence to Failed . If the StationOptions.AlwaysGotoCleanupOnFailure property is True , the flow of execution jumps to the Cleanup step group on failure regardless of the state of this property.