type ICefUnresponsiveProcessCallback = interface(ICefBaseRefCounted)
Callback structure for asynchronous handling of an unresponsive process.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_unresponsive_process_callback_capi.h">CEF source file: /include/capi/cef_unresponsive_process_callback_capi.h (cef_unresponsive_process_callback_t))
procedure Wait; |
|
procedure Terminate; |
procedure Wait; |
|
Reset the timeout for the unresponsive process. Attributes
|
procedure Terminate; |
|
Terminate the unresponsive process. |