| 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] |