EntryPoint.RunSelectedSteps
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
EntryPoint.RunSelectedSteps
Syntax
EntryPoint.RunSelectedSteps( [interactiveArgsVal], [editArgsVal])
Return Value
The new interactive execution
Purpose
Starts an interactive execution that runs 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 the InteractiveArgs objects for the new interactive execution. Use this parameter only to override the InteractiveArgs objects 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_RunEntryPointOnSelectedSteps
EntryPoint.InteractiveExecutionAllowed