furi_event_loop_timer_is_running

Function furi_event_loop_timer_is_running 

Source
pub unsafe extern "C" fn furi_event_loop_timer_is_running(
    timer: *const FuriEventLoopTimer,
) -> bool
Expand description

Check if the timer is currently running.

A timer is considered running if it has not expired yet.

§Arguments

  • timer (direction in) - pointer to the timer to be queried

§Returns

true if the timer is running, false otherwise