Interface: MonitorRuntimeSummary
Defined in: src/utils/monitoring/monitorRuntime.ts:22
Summary information about monitor runtime activity.
Remarksโ
Captures whether every monitor is actively running alongside total and running counts. Suitable for driving UI badges and alerts.
Propertiesโ
allRunningโ
readonly allRunning: boolean;
Defined in: src/utils/monitoring/monitorRuntime.ts:24
True when every monitor in the collection is currently running.
runningCountโ
readonly runningCount: number;
Defined in: src/utils/monitoring/monitorRuntime.ts:26
Count of monitors currently running.
totalCountโ
readonly totalCount: number;
Defined in: src/utils/monitoring/monitorRuntime.ts:28
Total number of monitors in the collection.