namespace WebsitePanel.EnterpriseServer { public enum BackgroundTaskStatus { Run = 1, Abort = 2, Starting = 3, Stopping = 4 } }