()
| 141 | getStatus(): string; |
| 142 | destroy(): void | Promise<void>; |
| 143 | execute(): Promise<any>; |
| 144 | getNextRun(): Date | null; |
| 145 | |
| 146 | /** The next `count` instants this task's expression matches, from now. */ |
no outgoing calls
no test coverage detected