TJobThread::OnExecute Property

__declspec(property(get = GetOnExecute, put = SetOnExecute)) TOnClExecuteEvent OnExecute;

Threaded event function.

Read: TOnClExecuteEvent GetOnExecute();
Write: void SetOnExecute(const TOnClExecuteEvent &Value);
Remarks:

The event of specified type assigned to this property will be called each time the Start method is called. While this event is no running the Sleeping function will be returning true. Internally no thread will be created until the first assignment is made.

Declared in Dew::Math::TJobThread · Dew.Math/clMtxVec.h · Cross-compiler