ExecutionViewMgr.LoopOnSelectedSteps

Syntax

ExecutionViewMgr.LoopOnSelectedSteps( [interArgs])

Purpose

Starts an interactive execution that loops on the currently selected steps.

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 an InteractiveArgs object, the ExecutionView Manager control creates the appropriate InteractiveArgs object.

See Also

CommandKind_LoopOnSelectedSteps

ExecutionViewMgr.BuildInteractiveArgs

ExecutionViewMgr.RunSelectedSteps

Omitting Optional Parameters