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

◆ is_configured()

bool MayaFlux::Core::Engine::is_configured ( ) const
inline

Checks if the engine has been initialized and configured.

Returns
true if the engine is initialized and configured, false otherwise

This indicates whether Init() has been successfully called and the system is ready for processing. Note that is_running() may still return false if the system is paused or not started yet.

Definition at line 214 of file Engine.hpp.

214{ return m_is_initialized; }

Referenced by MayaFlux::is_configured().

+ Here is the caller graph for this function: