WIP: AI Validator

This commit is contained in:
2025-12-15 20:05:26 +01:00
parent 096ff5573e
commit f10dfe629e
16 changed files with 1686 additions and 9 deletions

View File

@@ -26,7 +26,8 @@ public class QueueJob
public enum JobType
{
Import = 0,
Process = 1
Process = 1,
Validate = 2
}
public enum JobStatus