ApplicationRestartFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration ApplicationRestartFlags
Dim instance As ApplicationRestartFlags
[FlagsAttribute]
public enum class ApplicationRestartFlags
[<FlagsAttribute>]
type ApplicationRestartFlags
No code example is currently available or this language may not be supported.
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.
|