pub unsafe extern "C" fn furi_thread_is_suspended(
    thread_id: *mut c_void
) -> bool
Expand description

Get thread suspended state

@param thread_id thread id @return true if thread is suspended