ShutdownKind
ShutdownKind
ShutdownKind
ShutdownKind
Enum
Definition
Describes the types of shutdown that you can perform for a device that runs in fixed-purpose mode.
public : enum class ShutdownKindpublic enum ShutdownKindPublic Enum ShutdownKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.System.SystemManagementContract (introduced v1)
|
Fields
| Restart Restart Restart Restart | Shuts down the fixed-purpose device, then restarts the device. |
| Shutdown Shutdown Shutdown Shutdown | Shuts down the fixed-purpose device without restarting the device. |