@owservable/actions
Preparing search index...
ActionAsCronjobInterface
Interface ActionAsCronjobInterface
interface
ActionAsCronjobInterface
{
asCronjob
()
:
Promise
<
void
>
;
asCronjobInit
?
()
:
Promise
<
void
>
;
cronjobOptions
?
()
:
string
;
description
()
:
string
;
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
;
schedule
()
:
string
;
}
Hierarchy (
View Summary
)
ActionInterface
ActionAsCronjobInterface
Index
Methods
as
Cronjob
as
Cronjob
Init?
cronjob
Options?
description
handle
schedule
Methods
as
Cronjob
asCronjob
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Optional
as
Cronjob
Init
asCronjobInit
?
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Optional
cronjob
Options
cronjobOptions
?
()
:
string
Returns
string
description
description
()
:
string
Returns
string
handle
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
Parameters
...
args
:
any
[]
Returns
Promise
<
any
>
schedule
schedule
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
as
Cronjob
as
Cronjob
Init
cronjob
Options
description
handle
schedule
@owservable/actions
Loading...