drupflare/worker - v1.0.0
Preparing search index...
ops/cron
CronStep
Interface CronStep
One unit of cron work, done.
interface
CronStep
{
cursor
:
StoredCursor
&
{
wrapped
?:
boolean
}
;
kind
:
string
;
mayContinue
:
boolean
;
module
:
string
|
null
;
more
:
boolean
;
ms
:
number
;
result
:
Record
<
string
,
unknown
>
;
rowsWritten
:
number
;
unit
:
string
;
units
:
number
;
unreviewed
:
boolean
;
}
Index
Properties
cursor
kind
may
Continue
module
more
ms
result
rows
Written
unit
units
unreviewed
Properties
cursor
cursor
:
StoredCursor
&
{
wrapped
?:
boolean
}
kind
kind
:
string
may
Continue
mayContinue
:
boolean
module
module
:
string
|
null
more
more
:
boolean
ms
ms
:
number
result
result
:
Record
<
string
,
unknown
>
rows
Written
rowsWritten
:
number
unit
unit
:
string
units
units
:
number
unreviewed
unreviewed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
kind
may
Continue
module
more
ms
result
rows
Written
unit
units
unreviewed
drupflare/worker - v1.0.0
Loading...
One unit of cron work, done.