ExecutionViewMgr.ConnectExecutionView
- Updated2025-07-21
- 1 minute(s) read
ExecutionViewMgr.ConnectExecutionView
Syntax
ExecutionViewMgr.ConnectExecutionView( uiObj, opts = 0)
Return Value
A reference to an object that represents the new connection. Discarding the reference does not affect the connection. When the object is already connected to this type of connection, the existing connection is returned.
Purpose
Connects a SequenceView control to display the steps of the running sequence in the execution.
Remarks
To disconnect an existing connection, you must first obtain the ExecutionViewMgrConnections object from the ExecutionViewMgr.Connections property. Then, access the ExecutionViewMgrConnections.ExecutionView property to obtain the ExecutionViewConnections collection.
Parameters
uiObj As Object
[In] Specifies the SequenceView control to connect to the ExecutionViewConnection.
opts As Long
[In] Specifies the options for the ExecutionViewConnection. Refer to the ExecutionViewOptions constants for more information about the options for the ExecutionViewConnection.
This parameter has a default value of 0 .