(options: CronOptions)
| 142 | * @param options An object containing options about the CRON schedule. |
| 143 | */ |
| 144 | export function cronTrigger(options: CronOptions) { |
| 145 | return new CronTrigger(options); |
| 146 | } |
| 147 | |
| 148 | /** DynamicSchedule options |
| 149 | * @param id Used to uniquely identify a DynamicSchedule |
no outgoing calls
no test coverage detected
searching dependent graphs…