The next `count` instants this task's expression matches, from now.
(count: number)
| 145 | |
| 146 | /** The next `count` instants this task's expression matches, from now. */ |
| 147 | getNextRuns(count: number): Date[]; |
| 148 | /** Whether the given date matches this task's expression. */ |
| 149 | match(date: Date): boolean; |
| 150 | /** Milliseconds until the next run, or `null` when the task is stopped. */ |
no outgoing calls
no test coverage detected