|
ArcGIS Runtime SDK for iOS
100.15
|
Instance Methods | |
| (BOOL) | - cancel |
| (BOOL) | - pause |
| - (BOOL) cancel |
Cancels the job. Returns a value indicating whether the job was successfully canceled.
cancelWithCompletion: (AGSJob). Extends class AGSJob.
| - (BOOL) pause |
Pauses the job. Returns a value indicating whether the job was successfully paused.
pause method through the NSProgress API (exposed via NSProgressReporting through the #progress property). Extends class AGSJob.