PackageDeploymentProgress Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains progress information for the deployment request.
public value class PackageDeploymentProgress
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Management.Deployment.PackageDeploymentContract, 65536)]
struct PackageDeploymentProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Management.Deployment.PackageDeploymentContract), 65536)]
public struct PackageDeploymentProgress
var packageDeploymentProgress = {
status : /* Your value */,
progress : /* Your value */
}
Public Structure PackageDeploymentProgress
- Inheritance
-
PackageDeploymentProgress
- Attributes
Fields
Progress |
The progress percentage of the deployment request. The value a double in the range 0.0 to 1.0. |
Status |
The progress status of the deployment request. |