The class TaskStatus
class has a method getProgress()
but I am not sure on what this method actually returns.
Is it the time that was spent or is it input data that was processed?
I want to know how much data was processed until now in the source code. What should I do? Should I use getProgress()
?