Sha256: b8d18bd6ecc4e58ed04926c1b9aaf258902de5ac98c28b729637f639c3a9801e

Contents?: true

Size: 1.96 KB

Versions: 357

Compression:

Stored size: 1.96 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] 
**canceling** | **Integer** | Number of tasks in the 'canceling' state | [optional] [readonly] 
**group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) |  | [optional] [readonly] 
**tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.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,
                                 canceling: null,
                                 group_progress_reports: null,
                                 tasks: null)
```


Version data entries

357 entries across 357 versions & 1 rubygems

Version Path
pulpcore_client-3.49.32 docs/TaskGroupResponse.md
pulpcore_client-3.49.31 docs/TaskGroupResponse.md
pulpcore_client-3.28.36 docs/TaskGroupResponse.md
pulpcore_client-3.49.30 docs/TaskGroupResponse.md
pulpcore_client-3.39.25 docs/TaskGroupResponse.md
pulpcore_client-3.22.35 docs/TaskGroupResponse.md
pulpcore_client-3.49.29 docs/TaskGroupResponse.md
pulpcore_client-3.49.28 docs/TaskGroupResponse.md
pulpcore_client-3.49.27 docs/TaskGroupResponse.md
pulpcore_client-3.49.26 docs/TaskGroupResponse.md
pulpcore_client-3.22.34 docs/TaskGroupResponse.md
pulpcore_client-3.28.35 docs/TaskGroupResponse.md
pulpcore_client-3.49.25 docs/TaskGroupResponse.md
pulpcore_client-3.39.24 docs/TaskGroupResponse.md
pulpcore_client-3.28.34 docs/TaskGroupResponse.md
pulpcore_client-3.22.33 docs/TaskGroupResponse.md
pulpcore_client-3.49.24 docs/TaskGroupResponse.md
pulpcore_client-3.39.23 docs/TaskGroupResponse.md
pulpcore_client-3.22.32 docs/TaskGroupResponse.md
pulpcore_client-3.28.33 docs/TaskGroupResponse.md