/* Developer: Tyler Allen Date Created: 08/24/2016 --------------------------------------------------- */ namespace CPE.App.NotifyConsole.Models.Enums { public enum ApplicationMethods { Invalid = -1, NotFound = 0, ArchiveSession = 1, StopSession = 2, Help = 3 } }