Compartilhar via


CoreWebView2BrowserProcessExitKind Enum

Definition

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

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 sent to listening WebViews from the ICoreWebView2Environment associated to the failed process.

Applies to