Video adding and subscriptions finished
This commit is contained in:
14
VDownload.Core/Enums/DownloadTaskStatus.cs
Normal file
14
VDownload.Core/Enums/DownloadTaskStatus.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum DownloadTaskStatus
|
||||
{
|
||||
Idle,
|
||||
Scheduled,
|
||||
Queued,
|
||||
Downloading,
|
||||
Processing,
|
||||
Finalizing,
|
||||
EndedSuccessfully,
|
||||
EndedUnsuccessfully,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user