drupflare/worker - v1.0.0
Preparing search index...
ops/cron
QueuePending
Interface QueuePending
The queue with work, or null plus the reason why not.
interface
QueuePending
{
name
:
string
|
null
;
pending
?:
number
;
queues
:
Record
<
string
,
number
>
;
reason
?:
string
;
}
Index
Properties
name
pending?
queues
reason?
Properties
name
name
:
string
|
null
Optional
pending
pending
?:
number
queues
queues
:
Record
<
string
,
number
>
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
pending
queues
reason
drupflare/worker - v1.0.0
Loading...
The queue with work, or null plus the reason why not.