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โ
readonly expiresAt: number;
Defined in: src/stores/sites/utils/optimisticMonitoringLock.ts:10
Epoch timestamp in milliseconds when this lock expires.
monitoringโ
readonly monitoring: boolean;
Defined in: src/stores/sites/utils/optimisticMonitoringLock.ts:15
Whether the monitor should be treated as actively monitoring while locked.