Package-level declarations
The Progress
interface hierarchy.
Overview
When storing progress events:
Progress
represents both finished and ongoing tasks,Progress.Done
represents finished tasks,Progress.Loading
represents ongoing tasks,Progress.Loading.Unquantified
represents ongoing tasks for which no more information is available,Progress.Loading.Quantified
represents ongoing tasks for which some information is available.
When reporting events, most of the code should use the done
and the loading
helpers.