public interface Task
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Return this task id.
|
TaskProgress |
getProgress()
Return this task progress.
|
TaskResult |
getResult()
Result this task result.
|
TaskState |
getState()
Return this task state.
|
String getId()
TaskState getState()
TaskResult getResult()
TaskProgress getProgress()
Copyright © 2020. All Rights Reserved.