Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 667 Bytes

apprestartfailurereason.md

File metadata and controls

32 lines (22 loc) · 667 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Core.AppRestartFailureReason
winrt enum

Windows.ApplicationModel.Core.AppRestartFailureReason

-description

Describes the reasons why an app could fail a request to restart.

-enum-fields

-field RestartPending:0

A restart is already in progress.

-field Other:3

Unspecified failure.

-field NotInForeground:1

An app must be visible and in the foreground when it calls the restart API.

-field InvalidUser:2

Could not restart for the specified user.

-remarks

-see-also

-examples