pub const K_WORK_QUEUED: u32 = 4; // 4u32
@brief Flag indicating a work item that has been submitted to a queue but has not started running.
Accessed via k_work_busy_get(). May co-occur with other flags.