Sha256: 584ef7a7d3d88dff0005c0657260baf7651c94711fabc8e24866c15e07056b98

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# PulpcoreClient::TaskGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | A description of the 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] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::TaskGroup.new(description: null,
                                 waiting: null,
                                 skipped: null,
                                 running: null,
                                 completed: null,
                                 canceled: null,
                                 failed: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulpcore_client-3.3.0 docs/TaskGroup.md