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โ
readonlyallRunning:boolean
Defined in: src/utils/monitoring/monitorRuntime.ts:24
True when every monitor in the collection is currently running.
runningCountโ
readonlyrunningCount:number
Defined in: src/utils/monitoring/monitorRuntime.ts:26
Count of monitors currently running.
totalCountโ
readonlytotalCount:number
Defined in: src/utils/monitoring/monitorRuntime.ts:28
Total number of monitors in the collection.