public static class ProgressEventHandler.Update extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getProgress()
Gets the overall progress, with
1.0 meaning fully complete. |
com.google.common.collect.ImmutableList<String> |
getUnfinishedLeafTasks()
Gets a list of the unfinished "leaf" tasks in the order in which those tasks were
encountered.
|
public double getProgress()
1.0 meaning fully complete.public com.google.common.collect.ImmutableList<String> getUnfinishedLeafTasks()
Copyright © 2019. All rights reserved.