ShutdownPlanning 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.
public enum ShutdownPlanning
Public Enumeration ShutdownPlanning
Dim instance As ShutdownPlanning
public enum class ShutdownPlanning
No code example is currently available or this language may not be supported.
Unplanned |
0 |
The shutdown was unplanned.
This is the default parameter.
|
UserDefined |
1,073,741,824 |
The reason code is defined by the user.
If this flag is not present, the reason code is defined by the system.
For more information, see Defining a Custom Reason Code.
|
Planned |
2,147,483,648 |
The shutdown was planned.
If this flag is not present, the shutdown was unplanned.
The system generates a System State Data (SSD) file.
This file contains system state information such as the processes, threads, memory usage, and configuration.
|