QueueStatus

API: Experimental/Beta

data class QueueStatus(
    val running: Int,
    val pending: Int,
)
Properties
running: Int The number of jobs running in the system
pending: Int The number of jobs waiting in the queue