ArcGIS Pro 2.8 API Reference Guide
GetIsConnected Method

ArcGIS.Desktop.Workflow Namespace > WorkflowModule Class : GetIsConnected Method
The path to check whether it is connected
Gets whether the module is connected to the specified Workflow Manager repository.
Syntax
public static bool GetIsConnected( 
   string path
)
Public Shared Function GetIsConnected( _
   ByVal path As String _
) As Boolean

Parameters

path
The path to check whether it is connected

Return Value

A bool indicating whether a connection has been made
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

WorkflowModule Class
WorkflowModule Members