COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND_NORMAL

Specifies the browser process exit type used in the ICoreWebView2BrowserProcessExitedEventArgs interface.

Values

ValueMeaning
COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND_NORMAL

Indicates that the browser process ended normally.

COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND_FAILED

Indicates that the browser process ended unexpectedly. A ProcessFailed event will also be sent to listening WebViews from the ICoreWebView2Environment associated to the failed process.

Meta