TMtxProgressRuntime::Counter Property

__declspec(property(get = GetCounter, put = SetCounter)) int Counter;

Loop counter.

Read: int GetCounter();
Write: void SetCounter(int Value);
Remarks:

When threaded, this maps to TInternalProgressThread.Counter. When synchronous (TMtxProgressRuntime::ThreadBypass = true), it maps to an internal local counter.

Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler