CoreWebView2UpdateRuntimeStatus Enum

Definition

Status of UpdateRuntime operation result.

public enum CoreWebView2UpdateRuntimeStatus
type CoreWebView2UpdateRuntimeStatus = 
Public Enum CoreWebView2UpdateRuntimeStatus
Inheritance
CoreWebView2UpdateRuntimeStatus

Fields

BlockedByPolicy 2

Edge WebView2 Runtime update is blocked by group policy.

Failed 3

Edge WebView2 Runtime update failed. See ExtendedError for more information about the failure.

LatestVersionInstalled 0

Latest version of Edge WebView2 Runtime is installed. No update for Edge WebView2 Runtime is available, or Edge WebView2 Runtime is updated successfully and latest version is now installed.

UpdateAlreadyRunning 1

Edge WebView2 Runtime update is already running, which could be triggered by auto update or by other UpdateRuntime request from some app.

Applies to