Function: blockMonitorChecks()
function blockMonitorChecks(monitorIds: readonly string[]): () => void;
Defined in: electron/services/monitoring/MonitorExecutionFence.ts:22
Blocks new checks for the supplied monitors until the returned release callback is invoked.
Parameters
monitorIds
readonly string[]
Returns
() => void
Remarks
Correlated checks are skipped while blocked. Manual checks wait so they can revalidate persistence after the lifecycle mutation completes.