* Information about the last actual execution, or `null` if the task has not * run yet. `date` reflects when the execution really ran, not when a tick was * checked.
()
| 161 | * checked. |
| 162 | */ |
| 163 | lastRun(): LastRun | null; |
| 164 | |
| 165 | on(event: TaskEvent, fun: (context: TaskContext) => Promise<void> | void): void |
| 166 | off(event: TaskEvent, fun: (context: TaskContext) => Promise<void> | void): void |
no outgoing calls
no test coverage detected