.. include:: headings.inc .. _ShutdownFlags: ========================================================================================================================================== |phoenix_title| **ShutdownFlags** ========================================================================================================================================== The `ShutdownFlags` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``SHUTDOWN_FORCE`` can be combined with other flags (MSW-only) ``SHUTDOWN_POWEROFF`` power off the computer ``SHUTDOWN_REBOOT`` shutdown and reboot ``SHUTDOWN_LOGOFF`` close session (currently MSW-only) ================================================================================ ================================================================================ |