AppInstallStatus.IsStaged Property

Definition

Gets a value that indicates whether an app restart is pending.

public:
 property bool IsStaged { bool get(); };
bool IsStaged();
public bool IsStaged { get; }
var boolean = appInstallStatus.isStaged;
Public ReadOnly Property IsStaged As Boolean

Property Value

Boolean

bool

True if an app restart is pending; otherwise, false.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)
App capabilities
runFullTrust

Remarks

If this property is True and the InstallState property has the value Error, this means that the pending restart is being blocked because the app is currently in use.

Applies to