A model that displays the progress of a task.
The task is assumed to have started once the value prop is set (even if to 0) and the time estimate is calculated accordingly. If there is a one-time setup at the beginning of the task, it is recommended to set value to null.
value
0
null
A model that displays the progress of a task.
The task is assumed to have started once the
valueprop is set (even if to0) and the time estimate is calculated accordingly. If there is a one-time setup at the beginning of the task, it is recommended to set value tonull.