Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/proactive / / ProactiveCronTaskStatus
Interface: ProactiveCronTaskStatus
Defined in: packages/proactive/src/cron-task.ts:92
Live counters surfaced by ProactiveCronTask.status.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
escalationsBlocked | readonly | number | packages/proactive/src/cron-task.ts:97 |
failures | readonly | number | packages/proactive/src/cron-task.ts:96 |
fires | readonly | number | packages/proactive/src/cron-task.ts:94 |
lastError? | readonly | string | packages/proactive/src/cron-task.ts:101 |
lastFireAt? | readonly | string | packages/proactive/src/cron-task.ts:99 |
lastOutcomeAt? | readonly | string | packages/proactive/src/cron-task.ts:100 |
outcomes | readonly | number | packages/proactive/src/cron-task.ts:95 |
running | readonly | boolean | packages/proactive/src/cron-task.ts:93 |
skips | readonly | Readonly<Record<ProactiveTaskSkipReason, number>> | packages/proactive/src/cron-task.ts:98 |