System.Threading.TThreadPool.TBaseWorkerThread.RunningEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RunningEvent: TLightweightEvent read FRunningEvent;

C++

__property System::Syncobjs::TLightweightEvent* RunningEvent = {read=FRunningEvent};

Properties

Type Visibility Source Unit Parent
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TBaseWorkerThread

Description

Instance of TLightweightEvent that Destroy uses to wait for Execute to be called.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Threading.TThreadPool.TBaseWorkerThread.RunningEvent&oldid=752990"