ShutdownMode Enumeration
Specifies the mode to shutdown/restart the system.
Namespace: DevCase.Core.IO.Devices.PowerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration ShutdownMode
Dim instance As ShutdownMode
public enum class ShutdownMode
No code example is currently available or this language may not be supported.
Wait |
0 |
Don't force the system to close the applications.
|
ForceOthers |
1 |
All sessions are forcefully logged off.
|
ForceSelf |
2 |
Specifies that the originating session is logged off forcefully.
If this flag is not set, the originating session is shut down interactively,
so a shutdown is not guaranteed.
|