Click or drag to resize

IDownloadIsPaused Property

Indicates whether this download is paused.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool IsPaused { get; }

Property Value

Type: Boolean
true if the download is paused, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDownload has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also