Table of Contents

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

long

DownloadedCount

Indicates how many assets/files already downloaded.

public int DownloadedCount

Field Value

int

StateCount

Indicates how many process/states the download progress is currently taken.

public int StateCount

Field Value

int

TotalBytesToDownload

Indicates how many bytes need to be downloaded in total.

public long TotalBytesToDownload

Field Value

long

TotalCountToDownload

Indicates how many assets/files need to be downloaded in total.

public int TotalCountToDownload

Field Value

int

TotalStateToComplete

Indicates how many process/states the download progress need to be finished.

public int TotalStateToComplete

Field Value

int