CoreWebView2BrowserProcessExitKind Enum

Specifies the browser process exit kind used in CoreWebView2BrowserProcessExitedEventArgs.

Name Value Description
Normal 0x0 Indicates that the browser process ended normally.
Failed 0x1 Indicates that the browser process ended unexpectedly. A CoreWebView2.ProcessFailed event will also be raised to listening WebViews from the CoreWebView2Environment associated to the failed process.

Referenced by