compute_paused

Function compute_paused 

Source
fn compute_paused(
    paused_at: Option<NaiveDateTime>,
    pause_count: i32,
    now: NaiveDateTime,
) -> bool
Expand description

compute if the tour is paused based on paused_at and pause_count