The OpenD Programming Language

cef_browser_host_t.is_render_process_unresponsive

Returns true (1) if the render process associated with this browser is currently unresponsive as indicated by a lack of input event processing for at least 15 seconds. To receive associated state change notifications and optionally handle an unresponsive render process implement

More...
struct cef_browser_host_t
extern (System)
int function(cef_browser_host_t* self) nothrow is_render_process_unresponsive;

Detailed Description

cef request handler t

:OnRenderProcessUnresponsive. This function can only be called on the UI thread.

Meta