|
ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
| enum | AGSJobStatus { AGSJobStatusNotStarted = 0 , AGSJobStatusStarted = 1 , AGSJobStatusPaused = 2 , AGSJobStatusSucceeded = 3 , AGSJobStatusFailed = 4 , AGSJobStatusCanceling = 5 } |
| enum | AGSJobType { AGSJobTypeGenerateGeodatabase = 0 , AGSJobTypeSyncGeodatabase = 1 , AGSJobTypeExportTileCache = 2 , AGSJobTypeEstimateTileCacheSize = 3 , AGSJobTypeGeoprocessingJob = 4 , AGSJobTypeGenerateOfflineMap = 5 , AGSJobTypeOfflineMapSync = 7 , AGSJobTypeDownloadPreplannedOfflineMapJob = 8 } |
| enum AGSJobStatus |
Indicates the current status of a job.
| Enumerator | |
|---|---|
| AGSJobStatusNotStarted | A job that has not started. |
| AGSJobStatusStarted | A job that has started and is executing. |
| AGSJobStatusPaused | A job that is paused. Use ref@Job.start to re-start the job. |
| AGSJobStatusSucceeded | A job that has completed successfully. |
| AGSJobStatusFailed | A job that has completed and has failed. |
| AGSJobStatusCanceling | A job that is in the process of being canceled.
|
| enum AGSJobType |
The different types of job.