SequenceContext.IsInteractiveStep
- Updated2025-07-21
- 1 minute(s) read
SequenceContext.IsInteractiveStep
Syntax
SequenceContext.IsInteractiveStep( stepIndexParam)
Return Value
Purpose
Returns True if the execution that the sequence context represents is in interactive mode and if the step you specify is selected for interactive execution.
Remarks
User interfaces dim excluded steps during an interactive execution. The StationOptions.InteractiveBranchMode property setting determines if excluded steps execute.
Parameters
stepIndexParam As Long
[In] Specifies the zero-based index of the step within the current step group.
See Also
SequenceContext.InInteractiveMode