ApplicationRestartFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum ApplicationRestartFlags

Remarks

Members

NoCrash 1 Do not restart the process if it terminates due to an unhandled exception.
NoHang 2 Do not restart the process if it terminates due to the application not responding.
NoPatch 4 Do not restart the process if it terminates due to the installation of an update.
NoReboot 8 Do not restart the process if the computer is restarted as the result of an update.

See Also