EntryPoint.LoopOnSelectedSteps

Syntax

EntryPoint.LoopOnSelectedSteps( [interactiveArgsVal], [editArgsVal])

Return Value

Execution

The new interactive execution.

Purpose

Starts an interactive execution that loops on the selected steps using the entry point of the process model.

Remarks

Use the EntryPoint.InteractiveExecutionAllowed property to determine whether you can call this method.

Parameters

interactiveArgsVal As Variant

[In] [ Optional ] Specifies an InteractiveArgs object for the new interactive execution. Use this parameter only to override the InteractiveArgs object the SequenceFileView Manager control creates.

editArgsVal As Variant

[In] [ Optional ] Specifies the EditArgs object for the new interactive execution. Use this parameter only to override the EditArgs object the SequenceFileView Manager control creates.

See Also

CommandKind_LoopEntryPointOnSelectedSteps

EditArgs

EntryPoint.InteractiveExecutionAllowed

EntryPoint.Run

EntryPoint.RunSelectedSteps

InteractiveArgs

Omitting Optional Parameters