CoreWebView2DownloadState Enum

The state of the CoreWebView2DownloadOperation.

Name Value Description
InProgress 0x0 The download is in progress.
Interrupted 0x1 The connection with the file host was broken. The reason why a download was interrupted can accessed from CoreWebView2DownloadOperation.InterruptReason. See CoreWebView2DownloadInterruptReason for descriptions of the different kinds of interrupt reasons. Host can check whether an interrupted download can be resumed with CoreWebView2DownloadOperation.CanResume. Once resumed, the download state is in progress.
Completed 0x2 The download completed successfully.

Referenced by