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.
The state of the CoreWebView2DownloadOperation.
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 reason why a download was interrupted can accessed from InterruptReason. See CoreWebView2DownloadInterruptReason for descriptions of the different kinds of interrupt reasons. Host can check whether an interrupted download can be resumed with CanResume. Once resumed, the download state is in progress. |
Completed | 2 | The download completed successfully. |