Geoprocessing Service GetJobToolName method

Gets the name of the tool used for a job.

 

GetJobToolName(string JobID)

 

Parameter

Description

JobID

The unique id of the geoprocessing job on which to return the tool name.  

 

Return Value

 

A string value for the tool name for the input job id.  
 

Remarks

 

Each tool (also termed "task") within a geoprocessing service has a unique name.

 

A geoprocessing service may contain one or more tools. Use this method in conjunction with GetToolName, GetJobInputValues, GetJobResultOptions, and GetJobEnvironmentValues, to get all the properties used to create the job.