loading¶
Some scheduled work is ongoing, but we have no information on how much is left.
This method is a convenience factory for Progress.Loading.Unquantified. See also Done.
fun loading(progress: Double): Progress.Loading.Quantified
Some scheduled work is ongoing, and we can estimate the ratio of what has been done compared to what's left to do.
See also done.
Parameters¶
- progress: A normalized progress, see
Progress.Loading.Quantified.normalized.