Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 828 Bytes

packagestatus.md

File metadata and controls

26 lines (18 loc) · 828 Bytes
-api-id -api-type
T:Windows.ApplicationModel.PackageStatus
winrt class

Windows.ApplicationModel.PackageStatus

-description

Provides the status of the package.

-remarks

Use the Package.Status property to get the PackageStatus. The Package.Status and all of the properties of the PackageStatus class are read-only, so you cannot change their values. To get updated information about the status of the package, access the Package.Status property again to get a new instance of the PackageStatus class.

Version history

Windows version SDK version Value added
1703 15063 IsPartiallyStaged

-examples

-see-also