Actions that can be performed at shutdown.
Declaration Syntax
C# |
public enum ShutdownAction
Members
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.
|