SequenceFileViewMgr.RunSelectedSteps

Syntax

SequenceFileViewMgr.RunSelectedSteps( [interactiveArgsVal], [editArgsVal])

Return Value

Execution

A new execution.

Purpose

Starts an execution to run the currently selected steps.

Parameters

interactiveArgsVal As Variant

[In] [ Optional ] Specifies a custom InteractiveArgs object using this parameter. When you do not pass a custom InteractiveArgs object, the SequenceFileView Manager control builds an InteractiveArgs object according to the current selections.

editArgsVal As Variant

[In] [ Optional ] Specifies a custom EditArgs object using this parameter. When you do not pass a custom EditArgs object, the SequenceFileView Manager control builds an EditArgs object according to the current selections.

See Also

CommandKind_RunSelectedSteps

EditArgs

InteractiveArgs

Omitting Optional Parameters

SequenceFileViewMgr.BuildEditArgs

SequenceFileViewMgr.BuildInteractiveArgs

SequenceFileViewMgr.LoopOnSelectedSteps