mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-19 14:53:18 +02:00
8 lines
95 B
C#
8 lines
95 B
C#
namespace API.Schema.Jobs;
|
|
|
|
public enum JobState
|
|
{
|
|
Waiting,
|
|
Running,
|
|
Completed
|
|
} |