Actions that can be performed at shutdown.
| C# |
public enum ShutdownAction
| Member | Description |
|---|---|
| LogOff |
Log off the currently logged-on user.
|
| ShutDown |
Shut down the system.
|
| Reboot |
Reboot the system.
|
| PowerOff |
Shut down the system and power it off.
|
| RestartApps |
Reboot the system and restart applications that are running
now and support this feature.
|