<tdclass="itemcode"><code>class function <strong><ahref="uCEFWaitableEvent.TCefWaitableEventRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefWaitableEvent.html">ICefWaitableEvent</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefWaitableEvent.html#Reset">ICefWaitableEvent.Reset</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefWaitableEvent.html#Signal">ICefWaitableEvent.Signal</a>.</p><p>
Put the event in the signaled state. This causes any thread blocked on Wait to be woken up. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefWaitableEvent.html#IsSignaled">ICefWaitableEvent.IsSignaled</a>.</p><p>
Returns true (1) if the event is in the signaled state, else false (0). If the event was created with |automatic_reset| set to true (1) then calling this function will also cause a reset. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefWaitableEvent.html#Wait">ICefWaitableEvent.Wait</a>.</p><p>
Wait indefinitely for the event to be signaled. This function will not return until after the call to signal() has completed. This function cannot be called on the browser process UI or IO threads. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefWaitableEvent.html#TimedWait-int64-">ICefWaitableEvent.TimedWait</a>.</p><p>
Wait up to |max_ms| milliseconds for the event to be signaled. Returns true (1) if the event was signaled. A return value of false (0) does not necessarily mean that |max_ms| was exceeded. This function will not return until after the call to signal() has completed. This function cannot be called on the browser process UI or IO threads. </p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefWaitableEvent.html">ICefWaitableEvent</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>