Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 734 Bytes

updatesharedpackagecontaineroptions_forceappshutdown.md

File metadata and controls

32 lines (16 loc) · 734 Bytes
-api-id -api-type
P:Windows.Management.Deployment.UpdateSharedPackageContainerOptions.ForceAppShutdown
winrt property

Windows.Management.Deployment.UpdateSharedPackageContainerOptions.ForceAppShutdown

-description

Gets or sets a value specifying whether apps with packages in the created shared container should be shut down as part of the container update operation.

-property-value

True if apps should be shut down; otherwise, false.

-remarks

The update operation is synchronous even though the app shutdown process is asynchronous. There is no progress to communicated to the caller when closing these applications.

-see-also

-examples