Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 850 Bytes

autoupdatesettingsoptions_automaticbackgroundtask.md

File metadata and controls

31 lines (17 loc) · 850 Bytes
-api-id -api-type
P:Windows.Management.Deployment.AutoUpdateSettingsOptions.AutomaticBackgroundTask
winrt property

Windows.Management.Deployment.AutoUpdateSettingsOptions.AutomaticBackgroundTask

-description

Gets a boolean value indicating whether the deployment service checks for app updates in the background.

-property-value

True if automatic background check is enabled; otherwise, false.

-remarks

When this value is true, a check for updates is made every 8 hours independently of whether the user launched the app. This type of update cannot show UI.

This property is equivalent to the AutomaticBackgroundTask element of the App Installer file schema.

-see-also

-examples