namespace ASC.Common.Threading; public enum DistributedTaskStatus { Created, Running, Completed, Canceled, Failted }