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

◆ is_active()

bool MayaFlux::Vruta::ComplexRoutine::is_active ( ) const
inlineoverridevirtual

Checks if the coroutine is still active.

Returns
True if the coroutine is active, false if it's completed or invalid

An active coroutine has not yet completed its execution and can be resumed. Inactive coroutines have either completed or were never properly initialized.

Implements MayaFlux::Vruta::Routine.

Definition at line 680 of file Routine.hpp.

680{ return false; }