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

◆ is_active()

bool MayaFlux::Kriya::Timer::is_active ( ) const
inline

Checks if a callback is currently scheduled.

Returns
True if a callback is scheduled, false otherwise

This method returns true if the timer has an active callback scheduled to execute in the future, and false otherwise.

Definition at line 80 of file Timers.hpp.

80{ return m_active; }
bool m_active
Flag indicating whether a callback is currently scheduled.
Definition Timers.hpp:106

Referenced by MayaFlux::Kriya::NodeTimer::cancel(), and MayaFlux::Kriya::TimedAction::is_pending().

+ Here is the caller graph for this function: