Sha256: f392bf93dd49f563c0acad87b75fb9e2876bd88ea2ec60e8d7d58c77332e8ff7

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

# PulpcoreClient::ProgressReport

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::ProgressReport.new(message: null,
                                 state: null,
                                 total: null,
                                 done: null,
                                 suffix: null,
                                 task: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc2 docs/ProgressReport.md