Whether an execution is currently in progress.
()
| 151 | msToNext(): number | null; |
| 152 | /** Whether an execution is currently in progress. */ |
| 153 | isBusy(): boolean; |
| 154 | /** Remaining executions when `maxExecutions` is set, otherwise `undefined`. */ |
| 155 | runsLeft(): number | undefined; |
| 156 | /** The original cron expression. */ |
no outgoing calls
no test coverage detected