Execution.Terminate
- Updated2024-10-09
- 1 minute(s) read
Execution.Terminate
Syntax
Execution.Terminate
Purpose
Terminates the execution.
Remarks
Cleanup step groups execute as part of the termination process. If the execution is an interactive execution, use the Execution.TerminateInteractiveExecution method instead.
If a call to a step module is active, the execution waits for the step module to return.
The execution state does not change immediately after the call to this method returns, but the state will change before the next step within the execution executes.
See Also
Execution.TerminateInteractiveExecution