owservable
Preparing search index...
CronJobType
Type Alias CronJobType
type
CronJobType
=
{
init
?:
()
=>
Promise
<
void
>
;
job
:
()
=>
void
|
Promise
<
void
>
;
options
?:
any
;
schedule
:
string
;
}
Index
Properties
init?
job
options?
schedule
Properties
Optional
init
init
?:
()
=>
Promise
<
void
>
job
job
:
()
=>
void
|
Promise
<
void
>
Optional
options
options
?:
any
schedule
schedule
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
job
options
schedule
owservable
Loading...