Function pros_sys::rtos::task_get_state
source · 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