Co-authored-by: azyges <aaaaaa@aaa.aaa> Co-authored-by: cake <admin@cakeandbanana.nl> Co-authored-by: defnotken <itsdefnotken@gmail.com> Reviewed-on: #131
11 lines
188 B
C#
11 lines
188 B
C#
namespace LightlessSync.WebAPI.Files.Models;
|
|
|
|
public enum DownloadStatus
|
|
{
|
|
Initializing,
|
|
WaitingForSlot,
|
|
WaitingForQueue,
|
|
Downloading,
|
|
Decompressing,
|
|
Completed
|
|
} |