Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 612 Bytes

addpackageoptions_forceappshutdown.md

File metadata and controls

21 lines (12 loc) · 612 Bytes
-api-id -api-type
P:Windows.Management.Deployment.AddPackageOptions.ForceAppShutdown
winrt property

-description

Gets or sets a value that indicates whether the processes associated with the package will be shut down forcibly so that registration can continue if the package, or any package that depends on the package, is currently in use.

-property-value

TRUE indicates that the processes associated with the package will be shut down forcibly so that registration can continue; otherwise, FALSE.

-remarks

-see-also

[AddPackageOptions][addpackageoptions.md]

-examples