ExecutionViewMgr.BuildInteractiveArgs
- Updated2025-07-21
- 1 minute(s) read
ExecutionViewMgr.BuildInteractiveArgs
Syntax
ExecutionViewMgr.BuildInteractiveArgs( createLoopArgs, [cancel])
Return Value
The new InteractiveArgs object.
Purpose
Creates an InteractiveArgs object that reflects the selection state of the ExecutionView Manager control.
Remarks
Use this method to create an InteractiveArgs object, which you can modify before you pass it as an optional parameter to a method that starts an interactive execution.
Parameters
createLoopArgs As Variant
[In] When this parameter is True , this property launches the Loop on Selected Steps dialog box to create the InteractiveArgs for the ExecutionViewMgr.LoopOnSelectedSteps method.
cancel As Variant
[Out] [ Optional ] If the Loop on Selected Steps dialog box is cancelled, the value of the parameter passed in is True .
See Also
ExecutionViewMgr.LoopOnSelectedSteps
ExecutionViewMgr.RunSelectedSteps