namespace DownKyi.Core.Aria2cNet { /// /// 下载状态 /// public enum DownloadStatus { SUCCESS = 1, FAILED, ABORT } }