Moeen Chat Service - v1.0.0
Preparing search index...
common/scheduler/cron-scheduler.service
CronSchedulerService
Class CronSchedulerService
Implements
OnApplicationShutdown
Index
Constructors
constructor
Properties
jobs
logger
Methods
is
Scheduled
on
Application
Shutdown
schedule
stop
stop
All
Constructors
constructor
new
CronSchedulerService
()
:
CronSchedulerService
Returns
CronSchedulerService
Properties
Private
jobs
jobs
:
Map
<
string
,
ScheduledTask
>
= ...
Private
logger
logger
:
Logger
= ...
Methods
is
Scheduled
isScheduled
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
on
Application
Shutdown
onApplicationShutdown
()
:
Promise
<
void
>
Returns
Promise
<
void
>
schedule
schedule
(
__namedParameters
:
CronTask
)
:
void
Parameters
__namedParameters
:
CronTask
Returns
void
stop
stop
(
id
:
string
)
:
Promise
<
void
>
Parameters
id
:
string
Returns
Promise
<
void
>
stop
All
stopAll
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
jobs
logger
Methods
is
Scheduled
on
Application
Shutdown
schedule
stop
stop
All
Moeen Chat Service - v1.0.0
Loading...