Execution.StepInto
- Updated2024-10-09
- 1 minute(s) read
Execution.StepInto
Syntax
Execution.StepInto
Purpose
Resumes the execution from a suspended state and then suspends the execution again at the earliest possible point.
Remarks
If the step module adapter for the next step can step into the step module in debug mode, execution suspends at the beginning of the step module code. If the step is a Sequence Call step, this method suspends execution at the first step in the subsequence.