Interface JobStats

    Snapshot of job counts grouped by (queue, state). Single SQL round trip.

    interface JobStats {
        byQueueState: QueueStateCount[];
    }
    Index

    Properties

    Properties

    byQueueState: QueueStateCount[]