ArcGIS Runtime SDK for iOS: AGSJob(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSJob(AGSDeprecated) Category Reference

Instance Methods

(BOOL) - cancel
 
(BOOL) - pause
 

Method Documentation

◆ cancel

- (BOOL) cancel

Cancels the job. Returns a value indicating whether the job was successfully canceled.

Since
100
Deprecated:
100.1. Replaced by cancelWithCompletion: (AGSJob).

Extends class AGSJob.

◆ pause

- (BOOL) pause

Pauses the job. Returns a value indicating whether the job was successfully paused.

Since
100
Deprecated:
100.1. Please use the pause method through the NSProgress API (exposed via NSProgressReporting through the #progress property).

Extends class AGSJob.