furi_thread_get_state

Function furi_thread_get_state 

Source
pub unsafe extern "C" fn furi_thread_get_state(
    thread: *mut FuriThread,
) -> FuriThreadState
Expand description

Get the state of a FuriThread isntance.

§Arguments

  • thread (direction in) - pointer to the FuriThread instance to be queried

§Returns

thread state value