|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Enumerations | |
| enum | AGSJobStatus { AGSJobStatusNotStarted = 0, AGSJobStatusStarted = 1, AGSJobStatusPaused = 2, AGSJobStatusSucceeded = 3, AGSJobStatusFailed = 4 } |
| enum | AGSJobType { AGSJobTypeGenerateGeodatabase = 0, AGSJobTypeSyncGeodatabase = 1, AGSJobTypeExportTileCache = 2, AGSJobTypeEstimateTileCacheSize = 3, AGSJobTypeGeoprocessingJob = 4, AGSJobTypeGenerateOfflineMap = 5, AGSJobTypeOfflineMapSync = 7 } |
| 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. |
| enum AGSJobType |
The different types of job.