DownloadInfo
Information about an active download
Category: App
Base class: _BlipValue
Properties
filename : str (Read-Only)
The filename of the download
fullPath : str (Read-Only)
The full path where the file is being saved
id : int (Read-Only)
Unique identifier for this download
percentComplete : int (Read-Only)
Download progress from 0 to 100
receivedBytes : int (Read-Only)
Number of bytes downloaded so far
totalBytes : int (Read-Only)
Total size of the file in bytes, or -1 if unknown
Constructors
__init__(self)
Default constructor for DownloadInfo