ExecutionViewMgr.RunSelectedSteps

Syntax

ExecutionViewMgr.RunSelectedSteps( [interArgs])

Purpose

Interactively executes the selected steps within the current execution.

Remarks

Note You can call this method only when the execution is paused and the execution is not in interactive mode.

Parameters

interArgs As Variant

[In] [ Optional ] Specifies an InteractiveArgs object. When you do not pass InteractiveArgs objects, the ExecutionView Manager control creates the appropriate InteractiveArgs objects.

See Also

CommandKind_RunSelectedSteps

ExecutionViewMgr.BuildInteractiveArgs

ExecutionViewMgr.LoopOnSelectedSteps

InteractiveArgs

Omitting Optional Parameters