Unix wait result.
Source position: syncobjs.pp line 71
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.
TEventObject.WaitFor |
|
Wait for the event to be set. |