ConsoleBreakType
A list of break types returned by the console.
Public Enum ConsoleBreakType
Values
- ControlC = 0
- The CTRL+C key combination was pressed.
- ControlBreak = 1
- The CTRL+Break key combination was pressed.
- CloseWindow = 2
- The window is being closed.
- LogOffUser = 5
- The user is logging off the system.
- ShutDownSystem = 6
- The system is being shut down.
See Also
Project CorLib Overview
Class Console Overview