Execution.InInteractiveMode
- Updated2024-10-09
- 1 minute(s) read
Execution.InInteractiveMode
Syntax
Execution.InInteractiveMode
Data Type
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
SequenceContext.InteractiveContext