namespace WebsitePanel.EnterpriseServer { public enum BackgroundTaskStatus { Run = 1, Abort = 2 } }