@resonatehq/sdk
Preparing search index...
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
,
iKey
?:
undefined
|
string
,
description
?:
undefined
|
string
,
tags
?:
undefined
|
Record
<
string
,
string
>
,
promiseParam
?:
any
,
promiseTags
?:
undefined
|
Record
<
string
,
string
>
,
)
:
Promise
<
ScheduleRecord
>
Parameters
id
:
string
cron
:
string
promiseId
:
string
promiseTimeout
:
number
iKey
:
undefined
|
string
= undefined
description
:
undefined
|
string
= undefined
tags
:
undefined
|
Record
<
string
,
string
>
= undefined
promiseParam
:
any
= undefined
promiseTags
:
undefined
|
Record
<
string
,
string
>
= undefined
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...