pub async fn postpone_break_impl(
scheduler: &Scheduler,
kind: BreakKind,
) -> Result<PostponeOutcome, String>Expand description
Postpone-state mutation core: validates the request, updates timers,
bumps counters, logs, fires hooks. AppHandle-free; the calling
#[tauri::command] wrapper handles overlay hides + IPC emits.