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

◆ is_active()

bool MayaFlux::Kriya::EventChain::is_active ( ) const

Checks if the event chain is currently active.

Returns
True if chain is executing, false if completed or not started

Definition at line 131 of file Chain.cpp.

132{
133 return m_routine && m_routine->is_active();
134}
std::shared_ptr< Vruta::SoundRoutine > m_routine
The underlying computational routine that implements the chain.
Definition Chain.hpp:193

References m_routine.

Referenced by cancel().

+ Here is the caller graph for this function: