The original cron expression.
()
| 155 | runsLeft(): number | undefined; |
| 156 | /** The original cron expression. */ |
| 157 | getPattern(): string; |
| 158 | /** |
| 159 | * Information about the last actual execution, or `null` if the task has not |
| 160 | * run yet. `date` reflects when the execution really ran, not when a tick was |
no outgoing calls
no test coverage detected