mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-17 08:47:53 +02:00
Add API
This commit is contained in:
8
API/Schema/Jobs/JobState.cs
Normal file
8
API/Schema/Jobs/JobState.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace API.Schema.Jobs;
|
||||
|
||||
public enum JobState
|
||||
{
|
||||
Waiting,
|
||||
Running,
|
||||
Completed
|
||||
}
|
Reference in New Issue
Block a user