Name | Type | Description | Notes |
---|---|---|---|
Running | Boolean | Whether the TasQ server is running | [optional] |
Queued | Int32 | Number of tasks waiting for processing | [optional] |
Workers | Int32 | Number of active worker processes | [optional] |
- Prepare the resource
$TasqStatusResponse = Initialize-GrommunioAdminTasqStatusResponse -Running null `
-Queued null `
-Workers null
- Convert the resource to JSON
$TasqStatusResponse | ConvertTo-JSON