Execution.TerminateInteractiveExecution

Syntax

Execution.TerminateInteractiveExecution

Purpose

Terminates an interactive execution.

Remarks

If you started the interactive execution while suspended in a normal execution, execution suspends at the point in the original execution at which you started the interactive execution.

The Cleanup step group for the sequence in which you started the interactive execution only runs if you created the execution as an interactive execution and if the user enables the Run Setup and Cleanup option on the Execution tab of the Station Options dialog box.

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.NewExecution

Execution tab

Station Options dialog box

Execution.Terminate

Thread.DoInteractiveExecution