Skip to main content

electron/services/monitoring/MonitorOperationRegistry

Monitor operation registry for tracking and correlating monitoring operations using AbortController.

Remarks

This service provides operation correlation to prevent race conditions between monitor state changes and delayed check operations. Each monitoring operation is assigned a unique ID and tracked throughout its lifecycle using native AbortController for cancellation.

Classes

Interfaces

Variables