ShutdownKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the types of shutdown that you can perform for a device that runs in fixed-purpose mode.
public enum class ShutdownKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 65536)]
enum class ShutdownKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 65536)]
public enum ShutdownKind
var value = Windows.System.ShutdownKind.shutdown
Public Enum ShutdownKind
- Inheritance
-
ShutdownKind
- Attributes
Windows requirements
Device family |
Windows IoT Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.System.SystemManagementContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Shutdown | 0 | Shuts down the fixed-purpose device without restarting the device. |
Restart | 1 | Shuts down the fixed-purpose device, then restarts the device. |