Page Contents
Home > @loopback/cron > CronComponent > (constructor)
CronComponent.(constructor)
Constructs a new instance of the CronComponent
class
Signature:
constructor(getJobs: Getter<CronJob[]>);
Parameters
Parameter | Type | Description |
---|---|---|
getJobs | Getter<CronJob[]> |