SequenceFileViewMgr.RunSelectedSteps
- Updated2024-10-09
- 1 minute(s) read
SequenceFileViewMgr.RunSelectedSteps
Syntax
SequenceFileViewMgr.RunSelectedSteps( [interactiveArgsVal], [editArgsVal])
Return Value
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
SequenceFileViewMgr.BuildEditArgs