RBOperation Class Reference
Inherits from | NSOperation |
---|---|
Conforms to | RBCancellableTask |
Declared in | RBOperation.h |
– addToOperationQueue:
Add the operation to a queue.
- (void)addToOperationQueue:(nonnull NSOperationQueue *)operationQueue
Parameters
operationQueue |
The operation queue to add the operation to. |
---|
Declared In
RBOperation.h
– operationDidStart
Called when the operation has begun processing.
- (void)operationDidStart
Declared In
RBOperation.h
– operationDidFinish
Called when the operation has finished processing.
- (void)operationDidFinish
Declared In
RBOperation.h
– operationDidCancel
Called when the operation has been cancelled.
- (void)operationDidCancel
Declared In
RBOperation.h