CoreWebView2RestartRequestedPriority 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 restart requested priority level.
public enum CoreWebView2RestartRequestedPriority
type CoreWebView2RestartRequestedPriority =
Public Enum CoreWebView2RestartRequestedPriority
- Inheritance
-
CoreWebView2RestartRequestedPriority
Fields
Name | Value | Description |
---|---|---|
Normal | 1000 | Developer should remind user to restart. |
High | 2000 | Developer should prompt user to restart as soon as possible. |