HumHub Documentation (unofficial)

QueueInfoInterface

QueueInfoInterface

Tags
author

Luke

Table of Contents

Methods

getDelayedJobCount()  : int|null
getDoneJobCount()  : int|null
getReservedJobCount()  : int|null
getWaitingJobCount()  : int|null

Methods

getDelayedJobCount()

public getDelayedJobCount() : int|null
Return values
int|null

the number of delayed jobs in the queue

getDoneJobCount()

public getDoneJobCount() : int|null
Return values
int|null

the number of done jobs in the queue

getReservedJobCount()

public getReservedJobCount() : int|null
Return values
int|null

the number of reserved jobs in the queue

getWaitingJobCount()

public getWaitingJobCount() : int|null
Return values
int|null

the number of waiting jobs in the queue


        
On this page

Search results