69
69
Code updating the task may also set fields as hints about how to display
70
70
it: show_pct, show_spinner, show_eta, show_count, show_bar. UIs
71
71
will not necessarily respect all these fields.
83
def __init__(self, parent_task=None, ui_factory=None, progress_view=None):
75
84
"""Construct a new progress task.
77
93
Normally you should not call this directly but rather through
78
94
`ui_factory.nested_progress_bar`.