Cron
Hierarchy
-
↳
Cron↳↳
SolarEvent↳↳
Time
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new Cron(uid, opts?)
Parameters
| Name | Type |
|---|---|
uid | string |
opts? | CronOpts |
Inherited from
Properties
uid
Readonly uid: string
Inherited from
Methods
close
close(): void
Returns
void
off
off(event, handler): any
Parameters
| Name | Type |
|---|---|
event | string |
handler | any |
Returns
any
Inherited from
on
on(event, listener): Cron
Parameters
| Name | Type |
|---|---|
event | "triggered" |
listener | () => void |