Enum CoreWebView2DownloadState
The state of the CoreWebView2DownloadOperation.
public enum CoreWebView2DownloadState
  Fields
Completed = 2The download completed successfully.
InProgress = 0The download is in progress.
Interrupted = 1The 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.