Interface: OptimisticMonitoringLock
Defined in: src/stores/sites/utils/optimisticMonitoringLock.ts:8
Represents a temporary optimistic lock applied to a monitor's monitoring state.
Propertiesโ
expiresAtโ
readonlyexpiresAt:number
Defined in: src/stores/sites/utils/optimisticMonitoringLock.ts:10
Epoch timestamp in milliseconds when this lock expires.
monitoringโ
readonlymonitoring:boolean
Defined in: src/stores/sites/utils/optimisticMonitoringLock.ts:15
Whether the monitor should be treated as actively monitoring while locked.