ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Workflow.Client Namespace / WorkflowClientModule Class / JobsManager Property

In This Topic
    JobsManager Property
    In This Topic
    Get the manager class for all Job-related functionality.
    Syntax
    public static IJobsManager JobsManager {get;}
    Public Shared ReadOnly Property JobsManager As IJobsManager
    Remarks
    The manager references the active connection set in the Workflow Client Module. This means that activating a new connection will cause the connection to change for any stored references to the manager.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also