COREWEBVIEW2_DOWNLOAD_STATE_IN_PROGRESS

State of the download operation.

Values

ValueMeaning
COREWEBVIEW2_DOWNLOAD_STATE_IN_PROGRESS

The download is in progress.

COREWEBVIEW2_DOWNLOAD_STATE_INTERRUPTED

The connection with the file host was broken. The InterruptReason property can be accessed from ICoreWebView2DownloadOperation. See COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON for descriptions of kinds of interrupt reasons. Host can check whether an interrupted download can be resumed with the CanResume property on the ICoreWebView2DownloadOperation. Once resumed, a download is in the COREWEBVIEW2_DOWNLOAD_STATE_IN_PROGRESS state.

COREWEBVIEW2_DOWNLOAD_STATE_COMPLETED

The download completed successfully.

Meta