Property IsPaused
- Namespace
- DotNetBrowser.Downloads
- Assembly
- DotNetBrowser.dll
IsPaused
Indicates whether this download is paused.
bool IsPaused { get; }
Property Value
- bool
true
if the download is paused,false
otherwise.
Exceptions
- ObjectDisposedException
The IDownload has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.