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