SequenceContext.IsInteractiveStep

Syntax

SequenceContext.IsInteractiveStep( stepIndexParam)

Return Value

Boolean

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

SequenceContext.IsStepExcludedFromExecution

StationOptions.InteractiveBranchMode