System.SyncObjs.TLightweightEvent.IsSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSet: Boolean read GetIsSet;

C++

__property bool IsSet = {read=GetIsSet, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TLightweightEvent

Description

Returns True if the event is in signaled state.

In signaled state, threads that call WaitFor are not blocked.

See Also