task_get_state

Function task_get_state 

Source
pub unsafe extern "C" fn task_get_state(
    task: task_t,
) -> task_state_e_t
Expand description

Gets the state of the specified task.

\param task The task to check

\return The state of the task