Inheritance diagram for Task< Type >:Public Member Functions | |
| ApiError | cancel () |
| boolean | equals (Object o) |
| native String | getLastErrorDescription () |
| native double | getProgress () |
| Type | getResult () |
| native ApiError | getReturnValue () |
| ApiError | join () |
A specific version of the BaseTask class that provides a result of template type In case that a task has no result, the type is Task<Void>
|
inherited |
Aborts the task. If the task is aborted the return value of the task result callback is ApiError.OPERATION_CANCELLED.
|
inherited |
|
inherited |
| Type getResult | ( | ) |
|
inherited |
|
inherited |
Waits for the task to be finished.