| 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; }
Public ReadOnly Property IsWorking As Boolean
Get
Property Value
Type:
Booleantrue if at least download if in progress or queued;
false if the downloader does nothing.
See Also