TMtxProgressRuntime::Cancel Property

__declspec(property(get = GetCancel, put = SetCancel)) bool Cancel;

Cooperative cancellation flag.

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