com.esri.arcgis.system
Interface esriJobStatus

All Superinterfaces:
Serializable

public interface esriJobStatus
extends Serializable

Esri Job status.

Product Availability

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


Field Summary
static int esriJobCancelled
          The job has been cancelled.
static int esriJobCancelling
          The job is being cancelled.
static int esriJobDeleted
          The job has been deleted.
static int esriJobDeleting
          The job is being deleted.
static int esriJobExecuting
          The job is being executed by job processor.
static int esriJobFailed
          The job execution has failed.
static int esriJobNew
          The job is new.
static int esriJobSubmitted
          The job is submitted for execution.
static int esriJobSucceeded
          The job has been completed successfully.
static int esriJobTimedOut
          The job execution has timed out.
static int esriJobWaiting
          The job is waiting for available job processor.
 

Field Detail

esriJobNew

static final int esriJobNew
The job is new.

See Also:
Constant Field Values

esriJobSubmitted

static final int esriJobSubmitted
The job is submitted for execution.

See Also:
Constant Field Values

esriJobWaiting

static final int esriJobWaiting
The job is waiting for available job processor.

See Also:
Constant Field Values

esriJobExecuting

static final int esriJobExecuting
The job is being executed by job processor.

See Also:
Constant Field Values

esriJobSucceeded

static final int esriJobSucceeded
The job has been completed successfully.

See Also:
Constant Field Values

esriJobFailed

static final int esriJobFailed
The job execution has failed.

See Also:
Constant Field Values

esriJobTimedOut

static final int esriJobTimedOut
The job execution has timed out.

See Also:
Constant Field Values

esriJobCancelling

static final int esriJobCancelling
The job is being cancelled.

See Also:
Constant Field Values

esriJobCancelled

static final int esriJobCancelled
The job has been cancelled.

See Also:
Constant Field Values

esriJobDeleting

static final int esriJobDeleting
The job is being deleted.

See Also:
Constant Field Values

esriJobDeleted

static final int esriJobDeleted
The job has been deleted.

See Also:
Constant Field Values