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