MedM DeviceKit
|
Cancellation token – could be used to cancel asynchronous add operation. More...
#import <DeviceAddingCancellationToken.h>
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... | |
Cancellation token – could be used to cancel asynchronous add operation.
- (void) cancel |
Cancel the operation.
- (BOOL) isCancelled |
Check if the operation is already cancelled.
- (BOOL) isDone |
Check if the operation is finished.