Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
<PTDiffusionCancellable> Protocol Reference

Introduction

A cancellable handle to an asynchronous operation.

Since
6.3
Inheritance diagram for <PTDiffusionCancellable>:
PTDiffusionSessionLockAttempt

Instance Methods

(BOOL) - cancel
 

Method Documentation

- (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.

Returns
If this attempt to cancel the operation was viable then YES, or if it did nothing then NO.
Since
6.3