@resonatehq/sdk
Preparing search index...
ScheduleRecord
Type Alias ScheduleRecord
type
ScheduleRecord
=
{
createdAt
:
number
;
cron
:
string
;
id
:
string
;
lastRunAt
?:
number
;
nextRunAt
:
number
;
promiseId
:
string
;
promiseParam
:
Value
;
promiseTags
:
Record
<
string
,
string
>
;
promiseTimeout
:
number
;
}
Index
Properties
created
At
cron
id
last
Run
At?
next
Run
At
promise
Id
promise
Param
promise
Tags
promise
Timeout
Properties
created
At
createdAt
:
number
cron
cron
:
string
id
id
:
string
Optional
last
Run
At
lastRunAt
?:
number
next
Run
At
nextRunAt
:
number
promise
Id
promiseId
:
string
promise
Param
promiseParam
:
Value
promise
Tags
promiseTags
:
Record
<
string
,
string
>
promise
Timeout
promiseTimeout
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
cron
id
last
Run
At
next
Run
At
promise
Id
promise
Param
promise
Tags
promise
Timeout
@resonatehq/sdk
Loading...