pub async fn get_last_break_info(
scheduler: State<'_, Scheduler>,
) -> Result<LastBreakInfo, String>Expand description
The most recently skipped or postponed break — drives the tray’s “Resume last skipped break” menu item.
pub async fn get_last_break_info(
scheduler: State<'_, Scheduler>,
) -> Result<LastBreakInfo, String>The most recently skipped or postponed break — drives the tray’s “Resume last skipped break” menu item.