1.0-dev12 (Schedule feature adiing started)

This commit is contained in:
2022-03-03 14:08:43 +01:00
Unverified
parent bcdb1dd246
commit 37c42883d8
18 changed files with 79 additions and 20 deletions

View File

@@ -3,6 +3,7 @@
public enum TaskStatus
{
Idle,
Scheduled,
Waiting,
InProgress
}

View File

@@ -16,5 +16,6 @@ namespace VDownload.Core.EventArgs
public string Filename { get; set; }
public MediaFileExtension Extension { get; set; }
public StorageFolder Location { get; set; }
public double Schedule { get; set; }
}
}