Packagecom.esri.ags.tasks.supportClasses
Classpublic class JobInfo
InheritanceJobInfo Inheritance flash.events.EventDispatcher

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
jobId:String

The unique job ID assigned by ArcGIS Server.

This property can be used as the source for data binding.


Implementation
    public function get jobId():String
    public function set jobId(value:String):void
jobStatusproperty 
jobStatus:String

The job status.

This property can be used as the source for data binding.


Implementation
    public function get jobStatus():String
    public function set jobStatus(value:String):void
messagesproperty 
messages:Array

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

This property can be used as the source for data binding.


Implementation
    public function get messages():Array
    public function set messages(value:Array):void

See also

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.