Thread.DoInteractiveExecution
- Updated2025-07-21
- 1 minute(s) read
Thread.DoInteractiveExecution
Syntax
Thread.DoInteractiveExecution( InteractiveArgsParam)
Purpose
Executes specific steps interactively.
Remarks
You can call this method only if the thread is currently suspended at a breakpoint. You can only run steps in the sequence and step group in which the execution is suspended.
Parameters
InteractiveArgsParam As InteractiveArgs
[In] Specifies an InteractiveArgs object that indicates which steps are currently selected steps in the user interface and that contains the looping information necessary for an interactive execution. The selected steps you specify must be in the currently executing step group.