Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 648 Bytes

appinstallerinfo_pauseduntil.md

File metadata and controls

29 lines (16 loc) · 648 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppInstallerInfo.PausedUntil
winrt property

Windows.ApplicationModel.AppInstallerInfo.PausedUntil

-description

Gets a value indicating the date and time that update checks will resume.

-property-value

If update checks are paused, the date when update checks will resume; otherwise, null.

-remarks

Update checks can be paused by calling AppInstallerManager.PauseUpdatesUntil.

-see-also

-examples