TMtxProgressRuntime::ThreadBypass Property

__declspec(property(get = GetThreadBypass, put = SetThreadBypass)) bool ThreadBypass;

Bypass the background thread and execute synchronously (useful for testing).

Read: bool GetThreadBypass();
Write: void SetThreadBypass(const bool Value);
Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler