namespace CommandTerminal { public enum TerminalState { Unknown = 0, Closed = 1, OpenSmall = 2, OpenFull = 3, } }