carb::thread::fRelayFlagForce

Defined in carb/thread/IThreadUtil.h

constexpr RelayFlags carb::thread::fRelayFlagForce = 0x4000000000000000ull

Force the execution of the task even if a failure related to relaying the task occurs.

This will effectively cause the task to run in the context of the thread that originally called Framework::runRelayTask() (and therefore imply the fRelayFlagBlocking flag).