ShutdownPlanning 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.
public enum ShutdownPlanning

Remarks

Members

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.

See Also