CoreWebView2BrowserProcessExitKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the browser process exit kind used in CoreWebView2BrowserProcessExitedEventArgs.
public enum CoreWebView2BrowserProcessExitKind
type CoreWebView2BrowserProcessExitKind =
Public Enum CoreWebView2BrowserProcessExitKind
- Inheritance
-
CoreWebView2BrowserProcessExitKind
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Indicates that the browser process ended normally. |
Failed | 1 | Indicates that the browser process ended unexpectedly. A ProcessFailed event will also be raised to listening WebViews from the CoreWebView2Environment associated to the failed process. |