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

◆ update_task_params() [2/2]

template<typename... Args>
MAYAFLUX_API bool MayaFlux::update_task_params ( const std::string &  name,
Args...  args 
)

Updates parameters of a scheduled task.

Template Parameters
ArgsParameter types
Parameters
nameName of the task to update
argsNew parameter values
Returns
true if task was found and updated, false otherwise

Convenience wrapper for Engine::update_task_params() on the default engine.

Definition at line 25 of file Chronie.cpp.

26{
27 return get_scheduler()->update_task_params(name, args...);
28}
std::shared_ptr< Vruta::TaskScheduler > get_scheduler()
Gets the task scheduler from the default engine.
Definition Chronie.cpp:14

References get_scheduler().

+ Here is the call graph for this function: