SequenceContext.IsStepExcludedFromExecution

Syntax

SequenceContext.IsStepExcludedFromExecution( step)

Return Value

Boolean

Returns True if the step was not selected as part of the interactive execution or the hierarchical execution in progress.

Purpose

Specifies whether the step was selected as part of the interactive execution or the hierarchical execution in progress.

Remarks

User interfaces dim excluded steps during an interactive execution. The StationOptions.InteractiveBranchMode property setting determines if excluded steps execute.

Parameters

step As Step

[In] Specifies the step to verify.

See Also

SequenceContext.InInteractiveMode

SequenceContext.IsInteractiveStep

StationOptions.InteractiveBranchMode