Execution.InInteractiveMode

Syntax

Execution.InInteractiveMode

Data Type

Boolean

Purpose

Returns True if the execution is executing steps interactively.

Remarks

This property is always True for executions that you create as interactive executions. For executions that you start as normal executions, this property is only True when you interactively execute steps while at a breakpoint state. If you run the sequence using the Run Selected Steps Interactive Execution entry point, this property is True .

See Also

Execution.TerminateInteractiveExecution

InteractiveArgs

SequenceContext.InteractiveContext

StationOptions.InteractiveBranchMode

Thread.DoInteractiveExecution