cef_waitable_event_t.is_signaled

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.

struct cef_waitable_event_t
extern (System)
int function(cef_waitable_event_t* self) nothrow is_signaled;

Meta