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

◆ is_active()

bool MayaFlux::Kriya::NodeTimer::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 node that's currently processing, and false otherwise.

Definition at line 323 of file Timers.hpp.

323{ return m_timer.is_active(); }
Timer m_timer
The timer used to schedule node disconnection.
Definition Timers.hpp:357
bool is_active() const
Checks if a callback is currently scheduled.
Definition Timers.hpp:80