Table of Contents

Enum CoreWebView2BrowserProcessExitKind

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the browser process exit kind used in CoreWebView2BrowserProcessExitedEventArgs.

public enum CoreWebView2BrowserProcessExitKind

Fields

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.

Normal = 0

Indicates that the browser process ended normally.