|
LuxChat
2.0
Instant messenger for iOS
|
#import <FIRStorageTask.h>
Instance Methods | |
| (void) | - enqueue |
| (void) | - pause |
| (void) | - cancel |
| (void) | - resume |
Defines task operations such as pause, resume, cancel, and enqueue for all tasks. All tasks are required to implement enqueue, which begins the task, and may optionally implement pause, resume, and cancel, which operate on the task to pause, resume, and cancel operations.
|
optional |
Cancels a task currently in progress.
|
required |
Prepares a task and begins execution.
|
optional |
Pauses a task currently in progress.
|
optional |
Resumes a task that is paused.
1.8.9.1