This document is archived and information here might be outdated.  Recommended version.


esriJobStatus Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Constants > E > esriJobStatus Constants
ArcGIS Developer Help

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.