AGSGPJobInfo Class Reference


Description

The instances of this class represent information pertaining to the execution of an asynchronous geoprocessing task on the server. This class has no constructor.

Defined in:
AGSGeoprocessor.h ( ArcGIS library)
Since:
1.0
See also:
AGSGeoprocessorDelegate

List of all members.

Properties

NSString * jobId
NSString * jobStatus
NSArray * messages

Property Documentation

- (NSString*) jobId [read, copy]

The unique identifier for the asynchronous GP task.

Since:
1.0
- (NSString*) jobStatus [read, copy]

The current status of the job with id jobId. Possible values include -

  • esriJobNew
  • esriJobSubmitted
  • esriJobWaiting
  • esriJobExecuting
  • esriJobSucceeded
  • esriJobFailed
  • esriJobTimedOut
  • esriJobCancelling
  • esriJobCancelled
  • esriJobDeleting
  • esriJobDeleted
    Since:
    1.0
- (NSArray*) messages [read, retain]

An array of AGSGPMessage objects related to the asynchronous GP task.

Since:
1.0