Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 992 Bytes

File metadata and controls

15 lines (11 loc) · 992 Bytes

ProgressReport

Properties

Name Type Description Notes
message str The message shown to the user for the progress report. [optional]
state str The current state of the progress report. The possible values are: 'waiting', 'skipped', 'running', 'completed', 'failed' and 'canceled'. The default is 'waiting'. [optional]
total int The total count of items to be handled by the ProgressBar. [optional]
done int The count of items already processed. Defaults to 0. [optional]
suffix str The suffix to be shown with the progress report. [optional]
task str The task associated with this progress report. [optional]

[Back to Model list] [Back to API list] [Back to README]