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