Share via


AppInstallerInfo.PausedUntil Property

Definition

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

public:
 property IReference<DateTime> ^ PausedUntil { IReference<DateTime> ^ get(); };
IReference<DateTime> PausedUntil();
public System.Nullable<System.DateTimeOffset> PausedUntil { get; }
var iReference = appInstallerInfo.pausedUntil;
Public ReadOnly Property PausedUntil As Nullable(Of DateTimeOffset)

Property Value

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

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

Update checks can be paused by calling AppInstallerManager.PauseUpdatesUntil.

Applies to