StorePackageUpdateStatus.PackageDownloadProgress Field

Definition

The download (or download and install) progress of the current package, represented by a value from 0.0 to 1.0. When you use RequestDownloadStorePackageUpdatesAsync to download packages, this value increases from 0.0 to 1.0 during the download of each package. When you use RequestDownloadAndInstallStorePackageUpdatesAsync to download and install packages in a single operation, this value increases from 0.0 to 0.8 during the download of each package, and then it increases from 0.8 to 1.0 during the install phase.

public: double PackageDownloadProgress;
double PackageDownloadProgress;
public double PackageDownloadProgress;
Public PackageDownloadProgress As Double 

Field Value

Double

double

Applies to