__declspec(property(get = GetInfiniteLoop, put = SetInfiniteLoop)) bool InfiniteLoop;
If true and TMtxProgressRuntime::InternalLoop is true, repeats until TMtxProgressRuntime::Cancel becomes true.
Read:
bool GetInfiniteLoop();Write:
void SetInfiniteLoop(const bool Value);Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler