@resonatehq/sdk
Preparing search index...
core
Schedules
Class Schedules
Index
Constructors
constructor
Methods
create
delete
get
Constructors
constructor
new
Schedules
(
network
?:
Network
)
:
Schedules
Parameters
network
:
Network
= ...
Returns
Schedules
Methods
create
create
(
id
:
string
,
cron
:
string
,
promiseId
:
string
,
promiseTimeout
:
number
,
__namedParameters
?:
{
description
?:
string
;
ikey
?:
string
;
promiseParam
?:
any
;
promiseTags
?:
Record
<
string
,
string
>
;
tags
?:
Record
<
string
,
string
>
;
}
,
)
:
Promise
<
ScheduleRecord
>
Parameters
id
:
string
cron
:
string
promiseId
:
string
promiseTimeout
:
number
__namedParameters
:
{
description
?:
string
;
ikey
?:
string
;
promiseParam
?:
any
;
promiseTags
?:
Record
<
string
,
string
>
;
tags
?:
Record
<
string
,
string
>
;
}
= {}
Returns
Promise
<
ScheduleRecord
>
delete
delete
(
id
:
string
)
:
Promise
<
void
>
Parameters
id
:
string
Returns
Promise
<
void
>
get
get
(
id
:
string
)
:
Promise
<
ScheduleRecord
>
Parameters
id
:
string
Returns
Promise
<
ScheduleRecord
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
get
@resonatehq/sdk
Loading...