Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 814 Bytes

appinstallerinfo_automaticbackgroundtask.md

File metadata and controls

28 lines (17 loc) · 814 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppInstallerInfo.AutomaticBackgroundTask
winrt property

Windows.ApplicationModel.AppInstallerInfo.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