Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 780 Bytes

TasqStatusResponse.md

File metadata and controls

executable file
·
25 lines (19 loc) · 780 Bytes

TasqStatusResponse

Properties

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]

Examples

  • Prepare the resource
$TasqStatusResponse = Initialize-GrommunioAdminTasqStatusResponse  -Running null `
 -Queued null `
 -Workers null
  • Convert the resource to JSON
$TasqStatusResponse | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]