Packagecom.esri.ags.tasks
Classpublic class JobInfo

Represents information pertaining to the execution of an asynchronous geoprocessing task on the server.



Public Properties
 PropertyDefined by
  jobId : String
The unique job ID assigned by ArcGIS Server.
JobInfo
  jobStatus : String
The job status.
JobInfo
  messages : Array
An array of messages that include the message type and a description.
JobInfo
Public Constants
 ConstantDefined by
  STATUS_CANCELLED : String = "esriJobCancelled"
[static] The job has been cancelled.
JobInfo
  STATUS_CANCELLING : String = "esriJobCancelling"
[static] The job execution is been cancelled.
JobInfo
  STATUS_DELETED : String = "esriJobDeleted"
[static] The job has been deleted.
JobInfo
  STATUS_DELETING : String = "esriJobDeleting"
[static] The job execution is been deleted.
JobInfo
  STATUS_EXECUTING : String = "esriJobExecuting"
[static] The job is executing.
JobInfo
  STATUS_FAILED : String = "esriJobFailed"
[static] The job execution has failed.
JobInfo
  STATUS_NEW : String = "esriJobNew"
[static] New Job.
JobInfo
  STATUS_SUBMITTED : String = "esriJobSubmitted"
[static] The Job has been submitted.
JobInfo
  STATUS_SUCCEEDED : String = "esriJobSucceeded"
[static] The job has completed successfully.
JobInfo
  STATUS_TIMED_OUT : String = "esriJobTimedOut"
[static] The job execution has timed out.
JobInfo
  STATUS_WAITING : String = "esriJobWaiting"
[static] The Job is waiting.
JobInfo
Property detail
jobIdproperty
public var jobId:String

The unique job ID assigned by ArcGIS Server.

jobStatusproperty 
public var jobStatus:String

The job status.

messagesproperty 
public var messages:Array

An array of messages that include the message type and a description.

Constant detail
STATUS_CANCELLEDconstant
public static const STATUS_CANCELLED:String = "esriJobCancelled"

The job has been cancelled.

STATUS_CANCELLINGconstant 
public static const STATUS_CANCELLING:String = "esriJobCancelling"

The job execution is been cancelled.

STATUS_DELETEDconstant 
public static const STATUS_DELETED:String = "esriJobDeleted"

The job has been deleted.

STATUS_DELETINGconstant 
public static const STATUS_DELETING:String = "esriJobDeleting"

The job execution is been deleted.

STATUS_EXECUTINGconstant 
public static const STATUS_EXECUTING:String = "esriJobExecuting"

The job is executing.

STATUS_FAILEDconstant 
public static const STATUS_FAILED:String = "esriJobFailed"

The job execution has failed.

STATUS_NEWconstant 
public static const STATUS_NEW:String = "esriJobNew"

New Job.

STATUS_SUBMITTEDconstant 
public static const STATUS_SUBMITTED:String = "esriJobSubmitted"

The Job has been submitted.

STATUS_SUCCEEDEDconstant 
public static const STATUS_SUCCEEDED:String = "esriJobSucceeded"

The job has completed successfully.

STATUS_TIMED_OUTconstant 
public static const STATUS_TIMED_OUT:String = "esriJobTimedOut"

The job execution has timed out.

STATUS_WAITINGconstant 
public static const STATUS_WAITING:String = "esriJobWaiting"

The Job is waiting.