Return 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, during execution and upon completion. Status options include Submitted, Waiting, FailedToStart, Executing, Paused, Succeeded, Failed, and TimedOut.
Examples