ArcGIS Runtime SDK for iOS: AGSJob.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSJob.h File Reference

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
}
 

Enumeration Type Documentation

◆ AGSJobStatus

Indicates the current status of a job.

Since
100.0
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@J.nosp@m.ob.s.nosp@m.tart 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.

Since
100.14

◆ AGSJobType

enum AGSJobType

The different types of job.

Since
100.0
Enumerator
AGSJobTypeGenerateGeodatabase 

A generate geodatabase job.

AGSJobTypeSyncGeodatabase 

A synchronize geodatabase job.

AGSJobTypeExportTileCache 

An export tile cache job.

AGSJobTypeEstimateTileCacheSize 

An estimate tile cache size job.

AGSJobTypeGeoprocessingJob 

An geoprocessing job.

AGSJobTypeGenerateOfflineMap 

A job to download an online map and its contents to an offline map.

AGSJobTypeOfflineMapSync 

A job to synchronize an online map's geodatabases with their originating services.

AGSJobTypeDownloadPreplannedOfflineMapJob 

A job to download a preplanned map area to an offline map.