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