Docs (4.0.0)
class Scheduler method

getQueue

Returns the (first) queue with the specified name.

getQueue(name: string | symbol): AsyncTaskQueue | undefined

Related