Skip to content

$queueLength

$queueLength will return the queue length.

Usage

$queueLength

Example(s)

This will return the current queue length:

1
client.command({
2
name: "queueLength",
3
code: `
4
$queueLength
5
`
6
});