public interface ProgressCallable<T> extends java.util.concurrent.Callable<T>
Modifier and Type | Method and Description |
---|---|
float |
getProgress()
returns the task progress, goes from 0 to 1
however, if we have an unbounded task a -1 is returned
|
float getProgress()