drupflare/worker - v1.0.0
Preparing search index...
ops/cron
CronCursor
Interface CronCursor
The cursor
exec()
hands back, narrowed to the three things a ledger reads off it.
interface
CronCursor
{
rowsRead
:
number
;
rowsWritten
:
number
;
toArray
()
:
Record
<
string
,
unknown
>
[]
;
}
Index
Properties
rows
Read
rows
Written
Methods
to
Array
Properties
rows
Read
rowsRead
:
number
rows
Written
rowsWritten
:
number
Methods
to
Array
toArray
()
:
Record
<
string
,
unknown
>
[]
Returns
Record
<
string
,
unknown
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rows
Read
rows
Written
Methods
to
Array
drupflare/worker - v1.0.0
Loading...
The cursor
exec()hands back, narrowed to the three things a ledger reads off it.