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

Get FuriThread state

@param thread FuriThread instance

@return thread state from FuriThreadState