pub unsafe extern "C" fn task_get_by_name(
name: *const c_char,
) -> task_tExpand description
Gets a task handle from the specified name
The operation takes a relatively long time and should be used sparingly.
\param name The name to query
\return A task handle with a matching name, or NULL if none were found.