mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Add GPL modules
This commit is contained in:
22
MediaBrowser.Model/Tasks/TaskState.cs
Normal file
22
MediaBrowser.Model/Tasks/TaskState.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
namespace MediaBrowser.Model.Tasks
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum TaskState
|
||||
/// </summary>
|
||||
public enum TaskState
|
||||
{
|
||||
/// <summary>
|
||||
/// The idle
|
||||
/// </summary>
|
||||
Idle,
|
||||
/// <summary>
|
||||
/// The cancelling
|
||||
/// </summary>
|
||||
Cancelling,
|
||||
/// <summary>
|
||||
/// The running
|
||||
/// </summary>
|
||||
Running
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user