CoreWebView2DownloadState 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.
State of the download operation.
public enum CoreWebView2DownloadState
type CoreWebView2DownloadState =
Public Enum CoreWebView2DownloadState
- Inheritance
-
CoreWebView2DownloadState
Fields
Name | Value | Description |
---|---|---|
InProgress | 0 | The download is in progress. |
Interrupted | 1 | The connection with the file host was broken. The |
Completed | 2 | The download completed successfully. |