NAME
A member function of omni::chrono::async_timer
omni::chrono::async_timer::is_running
A member function of omni::chrono::async_timer
#include <omni/chrono/async_timer.hpp>
bool omni::chrono::async_timer::is_running()
DESCRIPTION
Returns true if this timer is currently running, returns false if the timer will not execute any further tick events.
top
Returns true if this timer is currently running, returns false if the timer will not execute any further tick events.
top