MayaFlux 0.4.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

Definition at line 33 of file Chronie.cpp.

34{
35 return get_scheduler()->update_task_params(name, args...);
36}
std::shared_ptr< Vruta::TaskScheduler > get_scheduler()
Gets the task scheduler from the default engine.
Definition Chronie.cpp:22

References get_scheduler().

+ Here is the call graph for this function: