This item has no description.
Name | Description |
---|---|
Class TCEFSentinel |
TCEFSentinel is used as a timer that checks the number of running CEF processes when you close all browsers before shutdown. This component is only used as a last resort when there's an unresolved shutdown issue in CEF or CEF4Delphi that generates exceptions when the application is closed. |
procedure Register; |
TSentinelStatus = (...); |
procedure Register; |
This item has no description. |
TSentinelStatus = (...); |
This item has no description. Values
|
CEFSENTINEL_DEFAULT_DELAYPERPROCMS = 200; |
This item has no description. |
CEFSENTINEL_DEFAULT_MININITDELAYMS = 1500; |
This item has no description. |
CEFSENTINEL_DEFAULT_FINALDELAYMS = 100; |
This item has no description. |
CEFSENTINEL_DEFAULT_MINCHILDPROCS = 2; |
This item has no description. |
CEFSENTINEL_DEFAULT_MAXCHECKCOUNTS = 10; |
This item has no description. |