Sequence.FailureAction
- Updated2024-10-09
- 1 minute(s) read
Sequence.FailureAction
Syntax
Sequence.FailureAction
Data Type
Use the following constants with this data type:
- FailureAction_GotoCleanup –(Value: 1) Specifies that execution flow proceeds to the Cleanup step group if the step sets the status property of the sequence to Failed .
- FailureAction_None –(Value: 0) Specifies that execution flow does not proceed to the Cleanup step group if the step sets the status property of the sequence to Failed .
- FailureAction_UseStationOption –(Value: 2) Specifies that execution flow proceeds to the Cleanup step group if the step sets the status property of the sequence to Failed and the value of the StationOptions.AlwaysGotoCleanupOnFailure property is True .
Purpose
Specifies whether execution flow jumps to the Cleanup step group when a step sets the status property of the sequence to Failed .