StorageTask<ResultT!> |
Adds a listener that is called if the Task is canceled.
|
StorageTask<ResultT!> |
Adds an Activity-scoped listener that is called if the Task is canceled.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task is canceled.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task succeeds or fails.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task succeeds or fails.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task succeeds or fails.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task fails.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task fails.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task fails.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task becomes paused.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task becomes paused.
|
StorageTask<ResultT!> |
Adds a listener that is called when the Task becomes paused.
|
StorageTask<ResultT!> |
Adds a listener that is called periodically while the ControllableTask executes.
|
StorageTask<ResultT!> |
Adds a listener that is called periodically while the ControllableTask executes.
|
StorageTask<ResultT!> |
Adds a listener that is called periodically while the ControllableTask executes.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task completes successfully.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task completes successfully.
|
StorageTask<ResultT!> |
Adds a listener that is called if the Task completes successfully.
|
Boolean |
Attempts to cancel the task.
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified Continuation to this Task.
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified Continuation to this Task.
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified Continuation to this Task.
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified Continuation to this Task.
|
Exception? |
Returns the exception that caused the Task to fail.
|
ResultT |
Gets the result of the Task, if it has already completed.
|
ResultT |
Gets the result of the Task, if it has already completed.
|
ResultT |
Returns the current state of the task.
|
Boolean |
Returns true if the task has been canceled.
|
Boolean |
Returns true if the Task is complete; false otherwise.
|
Boolean |
Returns true if the task is currently running.
|
Boolean |
Returns true if the task has been paused.
|
Boolean |
Returns true if the Task has completed successfully; false otherwise.
|
Unit |
|
Unit |
|
Unit |
|
Unit |
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified SuccessContinuation to this Task when this Task completes successfully.
|
Task<ContinuationResultT!> |
Returns a new Task that will be completed with the result of applying the specified SuccessContinuation to this Task when this Task completes successfully.
|
StorageTask<ResultT!> |
Removes a listener.
|
StorageTask<ResultT!> |
Removes a listener.
|
StorageTask<ResultT!> |
Removes a listener.
|
StorageTask<ResultT!> |
Removes a listener.
|
StorageTask<ResultT!> |
Removes a listener.
|
StorageTask<ResultT!> |
Removes a listener.
|