mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
11 lines
153 B
C#
11 lines
153 B
C#
namespace DownKyi.Core.Aria2cNet;
|
|
|
|
/// <summary>
|
|
/// 下载状态
|
|
/// </summary>
|
|
public enum DownloadResult
|
|
{
|
|
SUCCESS = 1,
|
|
FAILED,
|
|
ABORT
|
|
} |