pub unsafe extern "C" fn task_get_state(
task: task_t,
) -> task_state_e_tExpand description
Gets the state of the specified task.
\param task The task to check
\return The state of the task
pub unsafe extern "C" fn task_get_state(
task: task_t,
) -> task_state_e_tGets the state of the specified task.
\param task The task to check
\return The state of the task