mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +02:00
Add Controller
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using API.Schema;
|
||||
using log4net;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
|
||||
namespace API.Workers;
|
||||
|
||||
@@ -116,6 +118,7 @@ public abstract class BaseWorker : Identifiable
|
||||
}
|
||||
}
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public enum WorkerExecutionState
|
||||
{
|
||||
Failed = 0,
|
||||
|
Reference in New Issue
Block a user