pub unsafe extern "C" fn furi_event_loop_timer_is_running( timer: *const FuriEventLoopTimer, ) -> bool
Check if the timer is currently running.
A timer is considered running if it has not expired yet.
timer
true if the timer is running, false otherwise