ShutdownMode Enumeration

Specifies the mode to shutdown/restart the system.

Definition

Namespace: DevCase.Core.IO.Devices.Power
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ShutdownMode

Members

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.

See Also