Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 938 Bytes

sharedpackagecontaineroperationstatus.md

File metadata and controls

49 lines (26 loc) · 938 Bytes
-api-id -api-type
T:Windows.Management.Deployment.SharedPackageContainerOperationStatus
winrt enum

Windows.Management.Deployment.SharedPackageContainerOperationStatus

-description

Specifies the status result of a shared package container operation initiated with SharedPackageContainerManager.

-enum-fields

-field Success: 0

The operation was successful.

-field BlockedByPolicy: 1

The operation was blocked by policy.

-field AlreadyExists: 2

The shared package container already exists.

-field PackageFamilyExistsInAnotherContainer: 3

The operation attempted to add a package family that already exists in another container.

-field NotFound: 4

The specified shared package container was not found.

-field UnknownFailure: 5

Unknown failure.

-remarks

-see-also

-examples