| [Overview][Constants][Types][Classes][Index] | 
Unix wait result
Source position: syncobjs.pp line 35
type TWaitResult = (  | 
||
wrSignaled,  | 
  | 
Event was signaled (triggered)  | 
wrTimeout,  | 
  | 
Time-out period expired  | 
wrAbandoned,  | 
  | 
Wait operation was abandoned.  | 
wrError  | 
  | 
An error occurred during the wait operation.  | 
);  | 
TWaitResult is used to report the result of a wait operation.
  | 
Wait for the event to be set.  |