omni::chrono::async_timer::is_running
NAME

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()

SYNOPSIS

Returns the running state of this timer.

top

DESCRIPTION

Returns true if this timer is currently running, returns false if the timer will not execute any further tick events.

top

NOTES

This does not indicate if an event is currently executing or is about to execute.

top