Moeen Chat Service - v1.0.0
Preparing search index...
common/scheduler/types/cron-task.type
CronTask
Interface CronTask
Cron task interface
See
https://crontab.guru
for more information about cron expressions
interface
CronTask
{
expression
:
string
;
id
:
string
;
task
:
()
=>
Promise
<
void
>
;
}
Index
Properties
expression
id
task
Properties
expression
expression
:
string
id
id
:
string
task
task
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
expression
id
task
Moeen Chat Service - v1.0.0
Loading...
Cron task interface
See
https://crontab.guru for more information about cron expressions