1 parent 8376db3 commit 0b68cdfCopy full SHA for 0b68cdf
1 file changed
Models/Job.cs
@@ -24,6 +24,7 @@ public class Job
24
public enum JobStatus
25
{
26
Pending,
27
+ Scheduled, // Waiting for scheduled time
28
Running,
29
Completed,
30
Failed
0 commit comments