Milliseconds until the next run, or `null` when the task is stopped.
()
| 149 | match(date: Date): boolean; |
| 150 | /** Milliseconds until the next run, or `null` when the task is stopped. */ |
| 151 | msToNext(): number | null; |
| 152 | /** Whether an execution is currently in progress. */ |
| 153 | isBusy(): boolean; |
| 154 | /** Remaining executions when `maxExecutions` is set, otherwise `undefined`. */ |
no outgoing calls
no test coverage detected