ArcObjects Library Reference (System)  

esriJobStatus Constants

ESRI Job status.

Constant Value Description
esriJobNew 0 The job is new.
esriJobSubmitted 1 The job is submitted for execution.
esriJobWaiting 2 The job is waiting for available job processor.
esriJobExecuting 3 The job is being executed by job processor.
esriJobSucceeded 4 The job has been completed successfully.
esriJobFailed 5 The job execution has failed.
esriJobTimedOut 6 The job execution has timed out.
esriJobCancelling 7 The job is being cancelled.
esriJobCancelled 8 The job has been cancelled.
esriJobDeleting 9 The job is being deleted.
esriJobDeleted 10 The job has been deleted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Samples

Executing geoprocessing tools in the background (Code Files: RunGPForm) |

.NET Related Topics

Creating an address locator | How to create a composite address locator | How to geocode a table of addresses | How to rematch a geocoded feature class | How to reverse geocode point features in a feature class | How to standardize an address | Using ArcObjects as tool input | Working with result objects |