Sequence.GotoCleanupOnFailure

Syntax

Sequence.GotoCleanupOnFailure

Data Type

Boolean

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.

See Also

Sequence.FailureAction

StationOptions.AlwaysGotoCleanupOnFailure