Remaining executions when `maxExecutions` is set, otherwise `undefined`.
()
| 153 | isBusy(): boolean; |
| 154 | /** Remaining executions when `maxExecutions` is set, otherwise `undefined`. */ |
| 155 | runsLeft(): number | undefined; |
| 156 | /** The original cron expression. */ |
| 157 | getPattern(): string; |
| 158 | /** |
no outgoing calls
no test coverage detected