| Package | com.esri.ags.tasks.supportClasses |
| Class | public class JobInfo |
| Inheritance | JobInfo flash.events.EventDispatcher |
| Property | Defined 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 | ||
| Constant | Defined 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 | ||
| jobId | property |
jobId:StringThe unique job ID assigned by ArcGIS Server.
This property can be used as the source for data binding.
public function get jobId():String public function set jobId(value:String):void| jobStatus | property |
jobStatus:StringThe job status.
This property can be used as the source for data binding.
public function get jobStatus():String public function set jobStatus(value:String):void| messages | property |
messages:ArrayAn array of messages that include the message type and a description.
This property can be used as the source for data binding.
public function get messages():Array public function set messages(value:Array):voidSee also
| STATUS_CANCELLED | Constant |
public static const STATUS_CANCELLED:String = esriJobCancelledThe job has been cancelled.
| STATUS_CANCELLING | Constant |
public static const STATUS_CANCELLING:String = esriJobCancellingThe job execution is been cancelled.
| STATUS_DELETED | Constant |
public static const STATUS_DELETED:String = esriJobDeletedThe job has been deleted.
| STATUS_DELETING | Constant |
public static const STATUS_DELETING:String = esriJobDeletingThe job execution is been deleted.
| STATUS_EXECUTING | Constant |
public static const STATUS_EXECUTING:String = esriJobExecutingThe job is executing.
| STATUS_FAILED | Constant |
public static const STATUS_FAILED:String = esriJobFailedThe job execution has failed.
| STATUS_NEW | Constant |
public static const STATUS_NEW:String = esriJobNewNew Job.
| STATUS_SUBMITTED | Constant |
public static const STATUS_SUBMITTED:String = esriJobSubmittedThe Job has been submitted.
| STATUS_SUCCEEDED | Constant |
public static const STATUS_SUCCEEDED:String = esriJobSucceededThe job has completed successfully.
| STATUS_TIMED_OUT | Constant |
public static const STATUS_TIMED_OUT:String = esriJobTimedOutThe job execution has timed out.
| STATUS_WAITING | Constant |
public static const STATUS_WAITING:String = esriJobWaitingThe Job is waiting.