Sequence.GetBreakOnEnd

Syntax

Sequence.GetBreakOnEnd( stepGroupParam, [executionParam])

Return Value

Boolean

Purpose

Note This method is obsolete. Use the Sequence.GetBreakOnEndSettings method instead.

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.

Note The Sequence.SetBreakOnEnd method is obsolete. Use the Sequence.SetBreakOnEndSettings method instead.

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

Omitting Optional Parameters

Sequence.GetBreakOnEndSettings

Sequence.SetBreakOnEndSettings

Step.GetBreakSettings

StepGroups