DownloadState Enumeration | 
Namespace: DotNetBrowser.Downloads
public enum DownloadState
| Member name | Value | Description | |
|---|---|---|---|
| InProgress | 1 | The download is in progress. | |
| Complete | 2 | The download is completely finished. | |
| Cancelled | 3 | The download has been cancelled. | |
| Interrupted | 4 | The download has been interrupted. |