__declspec(property(get = GetOnCleanUp, put = SetOnCleanUp)) tNotifyEvent OnCleanUp;
Called after the job completes or is cancelled (on peCleanUp).
Read:
tNotifyEvent GetOnCleanUp();Write:
void SetOnCleanUp(const tNotifyEvent &Value);Declared in Dew::Math::TMtxProgressRuntime · Dew.Math/MtxForLoop.h · Cross-compiler