wx.ShutdownFlagsΒΆThe ShutdownFlags enumeration provides the following values:
| Description | Value |
|---|---|
wx.SHUTDOWN_FORCE |
can be combined with other flags (MSW-only) |
wx.SHUTDOWN_POWEROFF |
power off the computer |
wx.SHUTDOWN_REBOOT |
shutdown and reboot |
wx.SHUTDOWN_LOGOFF |
close session (currently MSW-only) |