Click or drag to resize

DownloaderIsWorking Property

Checks, whether the downloader has queued download tasks, or if it currently does nothing.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsWorking { get; }

Property Value

Type: Boolean
true if at least download if in progress or queued; false if the downloader does nothing.
See Also