SequenceContext.IsStepExcludedFromExecution
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
SequenceContext.IsStepExcludedFromExecution
Syntax
SequenceContext.IsStepExcludedFromExecution( step)
Return Value
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