namespace Manager.Data.Entities.ApplicationContext; public enum WorkStatus { Pending = 0, InProgress = 1, Paused = 2, Completed = 3, Faulted = 4, }