11 lines
146 B
C#
11 lines
146 B
C#
namespace VDownload.Core.Enums
|
|
{
|
|
public enum TaskStatus
|
|
{
|
|
Idle,
|
|
Scheduled,
|
|
Waiting,
|
|
InProgress
|
|
}
|
|
}
|