MedM DeviceKit
<DeviceAddingCancellationToken> Protocol Reference

Cancellation token – could be used to cancel asynchronous add operation. More...

#import <DeviceAddingCancellationToken.h>

Inheritance diagram for <DeviceAddingCancellationToken>:

Instance Methods

(void) - cancel
 Cancel the operation. More...
 
(BOOL) - isCancelled
 Check if the operation is already cancelled. More...
 
(BOOL) - isDone
 Check if the operation is finished. More...
 

Detailed Description

Cancellation token – could be used to cancel asynchronous add operation.

Method Documentation

◆ cancel()

- (void) cancel

Cancel the operation.

◆ isCancelled()

- (BOOL) isCancelled

Check if the operation is already cancelled.

◆ isDone()

- (BOOL) isDone

Check if the operation is finished.


The documentation for this protocol was generated from the following file: