1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-27 18:52:25 +02:00
2024-12-14 21:53:29 +01:00

8 lines
95 B
C#

namespace API.Schema.Jobs;
public enum JobState
{
Waiting,
Running,
Completed
}