1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Updated documentation

This commit is contained in:
Salvador Díaz Fau
2025-07-25 11:25:51 +02:00
parent c3ee67c707
commit b700253103
12 changed files with 26 additions and 26 deletions

View File

@ -3175,13 +3175,13 @@ type
/// <summary>
/// Called on the browser process UI thread when the render process is
/// unresponsive as indicated by a lack of input event processing for at least
/// 15 seconds. Return false (0) for the default behavior which is an
/// indefinite wait with Alloy style or display of the "Page unresponsive"
/// dialog with Chrome style. Return true (1) and don't execute the callback
/// for an indefinite wait without display of the Chrome style dialog. Return
/// true (1) and call ICefUnresponsiveProcessCallback.Wait either in this
/// function or at a later time to reset the wait timer, potentially
/// triggering another call to this function if the process remains
/// 15 seconds. Return false (0) for the default behavior which is to continue
/// waiting with Alloy style or display of the "Page unresponsive" dialog with
/// Chrome style. Return true (1) and don't execute the callback to continue
/// waiting without display of the Chrome style dialog. Return true (1) and
/// call ICefUnresponsiveProcessCallback.Wait either in this function or
/// at a later time to reset the wait timer. In cases where you continue
/// waiting there may be another call to this function if the process remains
/// unresponsive. Return true (1) and call
/// ICefUnresponsiveProcessCallback.Terminate either in this function or
/// at a later time to terminate the unresponsive process, resulting in a call

View File

@ -6757,13 +6757,13 @@ type
/// <summary>
/// Called on the browser process UI thread when the render process is
/// unresponsive as indicated by a lack of input event processing for at least
/// 15 seconds. Return false (0) for the default behavior which is an
/// indefinite wait with Alloy style or display of the "Page unresponsive"
/// dialog with Chrome style. Return true (1) and don't execute the callback
/// for an indefinite wait without display of the Chrome style dialog. Return
/// true (1) and call ICefUnresponsiveProcessCallback.Wait either in this
/// function or at a later time to reset the wait timer, potentially
/// triggering another call to this function if the process remains
/// 15 seconds. Return false (0) for the default behavior which is to continue
/// waiting with Alloy style or display of the "Page unresponsive" dialog with
/// Chrome style. Return true (1) and don't execute the callback to continue
/// waiting without display of the Chrome style dialog. Return true (1) and
/// call ICefUnresponsiveProcessCallback.Wait either in this function or
/// at a later time to reset the wait timer. In cases where you continue
/// waiting there may be another call to this function if the process remains
/// unresponsive. Return true (1) and call
/// ICefUnresponsiveProcessCallback.Terminate either in this function or
/// at a later time to terminate the unresponsive process, resulting in a call