Managed Windows API
PrivilegedActions..::.ShutdownForceMode Enumeration
NamespacesManagedWinapiPrivilegedActionsPrivilegedActions..::.ShutdownForceMode
Whether shutdown should be forced if an application cancels it or is hung.
Declaration Syntax
C#
public enum ShutdownForceMode
Members
MemberDescription
NoForce
Do not force shutdown, applications can cancel it.

Force
Force shutdown, even if application cancels it or is hung.

ForceIfHung
Force shutdown if application is hung, but not if it cancels it.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)