CoreWebView2UpdateRuntimeStatus 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.
Status of UpdateRuntime operation result.
public enum CoreWebView2UpdateRuntimeStatus
type CoreWebView2UpdateRuntimeStatus =
Public Enum CoreWebView2UpdateRuntimeStatus
- Inheritance
-
CoreWebView2UpdateRuntimeStatus
Fields
Name | Value | Description |
---|---|---|
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. |
BlockedByPolicy | 2 | Edge WebView2 Runtime update is blocked by group policy. |
Failed | 3 | Edge WebView2 Runtime update failed.
See |