Reset the event.
Source position: syncobjs.pp line 124
public procedure TEventObject.ResetEvent; |
ResetEvent turns off the event. Any WaitFor operation will suspend the calling thread.
|
Set the event. |
|
WaitFor |
|
Wait for the event to be set. |