ArcGIS Pro 2.7 API Reference Guide
CreateNewJob Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class : CreateNewJob Method
The ID of the job type to use when creating the new job
Creates a new job based on a job type template. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public string CreateNewJob( 
   string jobTypeID
)
Public Function CreateNewJob( _
   ByVal jobTypeID As String _
) As String

Parameters

jobTypeID
The ID of the job type to use when creating the new job

Return Value

The string ID of the newly created job
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members