Sequence.SetBreakOnEndSettings

Syntax

Sequence.SetBreakOnEndSettings( stepGroupParam, isSet, enabled, passCount, Condition, [executionParam])

Purpose

Specifies if the step group in the sequence is set to break after all the steps in the sequence execute.

Parameters

stepGroupParam As StepGroups

[In] Specifies a particular step group.

isSet As Boolean

[In] Specifies whether the breakpoint is set. If a breakpoint is set, this parameter returns True .

enabled As Boolean

[In] Specifies whether the breakpoint is enabled. TestStand ignores disabled breakpoints during execution.

passCount As Long

[In] Specifies the number of iterations the execution skips the breakpoint before suspending execution. Pass 0 if you do not want to use a conditional pass count.

Condition As String

[In] Specifies the expression that must evaluate to True before suspending the execution. An empty value defaults to True . If you specify a non-zero pass count value and a condition expression for the breakpoint, the pass count only decrements when the expression evaluates to True .

executionParam As Variant

[In] [ Optional ] Specifies 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

Step.SetBreakSettings

StepGroups