pub const K_WORK_RUNNING: u32 = 1; // 1u32
@brief Flag indicating a work item that is running under a work queue thread.
Accessed via k_work_busy_get(). May co-occur with other flags.