Gets the current status of a geoprocessing job.
GetJobStatus(string JobID)
Parameter |
Description |
JobID |
The unique id of the geoprocessing job on which to return the current execution status. |
Return Value
A esriJobStatus
enumeration.
Remarks
The job status is updated when the job is submitted, waiting, has failed to start, when executing, paused, has succeeded, failed, and timed out. For job status options, see esriJobStatus.
Examples