Skip to main content

get_pause_info

Function get_pause_info 

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

Current pause status for the renderer. While paused with a deadline, remaining_secs is the live countdown; while paused indefinitely it’s None.