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

◆ get_all_tasks()

const std::vector< TaskEntry > & MayaFlux::Vruta::TaskScheduler::get_all_tasks ( )

Get all tasks for inspection/debugging.

Returns
Vector of all TaskEntry objects

Definition at line 211 of file Scheduler.cpp.

212{
214 return m_tasks;
215}
std::vector< TaskEntry > m_tasks
void drain_pending_tasks()
Drain pending task operations (additions/removals) before processing.

References drain_pending_tasks(), and m_tasks.

Referenced by MayaFlux::Portal::Forma::Inspector::scheduler(), and MayaFlux::Portal::Forma::Inspector::tasks().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: