Enum CoreWebView2DownloadState
The state of the CoreWebView2DownloadOperation.
public enum CoreWebView2DownloadState
Fields
Completed = 2
The download completed successfully.
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.