Enum DownloadState
- Namespace
 - DotNetBrowser.Downloads
 
- Assembly
 - DotNetBrowser.dll
 
The download state.
public enum DownloadState
  Fields
Cancelled = 3The download has been cancelled.
Complete = 2The download is completely finished.
InProgress = 1The download is in progress.
Interrupted = 4The download has been interrupted.