Struct InstallProgress
- Namespace
- Hi3Helper.Plugin.Core.Management
- Assembly
- Hi3Helper.Plugin.Core.dll
Defines the status of each of the download progress, including: Asset Download Size, Asset Count and State Count.
public struct InstallProgress
- Inherited Members
- Extension Methods
Fields
DownloadedBytes
Indicates how many bytes already downloaded.
public long DownloadedBytes
Field Value
DownloadedCount
Indicates how many assets/files already downloaded.
public int DownloadedCount
Field Value
StateCount
Indicates how many process/states the download progress is currently taken.
public int StateCount
Field Value
TotalBytesToDownload
Indicates how many bytes need to be downloaded in total.
public long TotalBytesToDownload
Field Value
TotalCountToDownload
Indicates how many assets/files need to be downloaded in total.
public int TotalCountToDownload
Field Value
TotalStateToComplete
Indicates how many process/states the download progress need to be finished.
public int TotalStateToComplete