Get queue status

Returns the current status of the operation queue

get/manager/queue/status

Response

Successful operation

total_countinteger

Total number of tasks

done_countinteger

Number of completed tasks

in_progress_countinteger

Number of tasks in progress

is_processingboolean

Whether the queue is currently processing

Changes