omni::chrono::async_timer::set_auto_reset
NAME

omni::chrono::async_timer::set_auto_reset

A member function of omni::chrono::async_timer

#include <omni/chrono/async_timer.hpp>
void omni::chrono::async_timer::set_auto_reset(bool autoreset)

SYNOPSIS

Sets the timer to automatically reset after it elapses.

top

DESCRIPTION

If set to true, the timer will automatically tick again after the interval elapses. If set to false, then you must call start after each tick.

top