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

◆ is_active()

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

Checks if a node is currently active.

Returns
True if a node is active, false otherwise

This method returns true if the timer has an active entity that's currently processing, and false otherwise.

Definition at line 318 of file Timers.hpp.

318{ return m_timer.is_active(); }
Timer m_timer
The timer used to schedule processing duration.
Definition Timers.hpp:361
bool is_active() const
Checks if a callback is currently scheduled.
Definition Timers.hpp:89