Sha256: 5d8ca3cc7b5801a17de07082f75090da072e282f269acd596a26d78efea897d1

Contents?: true

Size: 1.66 KB

Versions: 31

Compression:

Stored size: 1.66 KB

Contents

# PulpcoreClient::TaskGroupResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**description** | **String** | A description of the task group. | 
**all_tasks_dispatched** | **Boolean** | Whether all tasks have been spawned for this task group. | 
**waiting** | **Integer** | Number of tasks in the 'waiting' state | [optional] [readonly] 
**skipped** | **Integer** | Number of tasks in the 'skipped' state | [optional] [readonly] 
**running** | **Integer** | Number of tasks in the 'running' state | [optional] [readonly] 
**completed** | **Integer** | Number of tasks in the 'completed' state | [optional] [readonly] 
**canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional] [readonly] 
**failed** | **Integer** | Number of tasks in the 'failed' state | [optional] [readonly] 
**group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::TaskGroupResponse.new(pulp_href: null,
                                 description: null,
                                 all_tasks_dispatched: null,
                                 waiting: null,
                                 skipped: null,
                                 running: null,
                                 completed: null,
                                 canceled: null,
                                 failed: null,
                                 group_progress_reports: null)
```


Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
pulpcore_client-3.7.9 docs/TaskGroupResponse.md
pulpcore_client-3.7.8 docs/TaskGroupResponse.md
pulpcore_client-3.7.7 docs/TaskGroupResponse.md
pulpcore_client-3.11.2 docs/TaskGroupResponse.md
pulpcore_client-3.13.0 docs/TaskGroupResponse.md
pulpcore_client-3.12.2 docs/TaskGroupResponse.md
pulpcore_client-3.11.1 docs/TaskGroupResponse.md
pulpcore_client-3.7.6 docs/TaskGroupResponse.md
pulpcore_client-3.12.1 docs/TaskGroupResponse.md
pulpcore_client-3.7.5.post0 docs/TaskGroupResponse.md
pulpcore_client-3.7.5 docs/TaskGroupResponse.md
pulpcore_client-3.12.0 docs/TaskGroupResponse.md
pulpcore_client-3.11.0.post0 docs/TaskGroupResponse.md
pulpcore_client-3.11.0 docs/TaskGroupResponse.md
pulpcore_client-3.7.4 docs/TaskGroupResponse.md
pulpcore_client-3.10.0 docs/TaskGroupResponse.md
pulpcore_client-3.9.1 docs/TaskGroupResponse.md
pulpcore_client-3.9.0 docs/TaskGroupResponse.md
pulpcore_client-3.6.5.post2 docs/TaskGroupResponse.md
pulpcore_client-3.8.1 docs/TaskGroupResponse.md