![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
A cancellable handle to an asynchronous operation.
Instance Methods | |
(BOOL) | - cancel |
- (BOOL) cancel |
Attempts to cancel execution of the operation. Does nothing if the operation has already completed, has already been cancelled, or could not be cancelled for some other reason.
YES
, or if it did nothing then NO
.