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

Engine.AbortAll

Engine.TerminateAll

Execution.Abort

Execution.TerminateInteractiveExecution

StationOptions.GetTimeLimitAction

StationOptions.SetTimeLimitAction