Sequence.GetBreakOnEnd
- Updated2026-02-03
- 1 minute(s) read
Sequence.GetBreakOnEnd
Syntax
Sequence.GetBreakOnEnd( stepGroupParam, [executionParam])
Return Value
Purpose
Remarks
Returns True if the step group of the sequence is set to break when all the steps in the step group are done executing.
This method, along with the Sequence.SetBreakOnEnd method, implements breakpoints for breaking after the last step in a step group.
Parameters
stepGroupParam As StepGroups
[In] Specifies a particular step group.
executionParam As Variant
[In] [ Optional ] Pass a reference to an Execution object to obtain the breakpoint settings on the End step, which apply to a particular execution. If there is no execution-specific breakpoint setting or if you do not pass an Execution object, the method returns the breakpoint setting on the End step of the sequence file.
See Also
Sequence.GetBreakOnEndSettings