MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_active

bool MayaFlux::Kriya::Timer::m_active
private

Flag indicating whether a callback is currently scheduled.

This flag is set to true when schedule() is called and reset to false when the callback executes or cancel() is called.

Definition at line 106 of file Timers.hpp.

Referenced by cancel(), and schedule().