ArcGIS Pro 2.9 API Reference Guide
GetJob(String) Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class > GetJob Method : GetJob(String) Method
The ID of the job to get properties
Gets the properties of a job. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public Job GetJob( 
   string jobID
)
Public Overloads Function GetJob( _
   ByVal jobID As String _
) As Job

Parameters

jobID
The ID of the job to get properties

Return Value

The properties of a job
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members
Overload List