CefTerminationStatus Enumeration |
Namespace: CefSharp
Member name | Value | Description | |
---|---|---|---|
AbnormalTermination | 0 | Non-zero exit status. | |
ProcessWasKilled | 1 | SIGKILL or task manager kill. | |
ProcessCrashed | 2 | Segmentation fault. | |
OutOfMemory | 3 | Out of memory. Some platforms may use ProcessCrashed instead. |