Skip to main content

resume

Function resume 

Source
pub async fn resume(
    app: AppHandle,
    scheduler: State<'_, Scheduler>,
) -> Result<(), String>
Expand description

Resume the scheduler from any pause state. Fires pause_end hooks and emits pause:changed. No-op if already running.