Skip to content

Commit 0b68cdf

Browse files
committed
feat: add comment to clarify JobStatus enum for Scheduled state
Signed-off-by: Christopher Thomsen <christhomsen82@gmail.com>
1 parent 8376db3 commit 0b68cdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Models/Job.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class Job
2424
public enum JobStatus
2525
{
2626
Pending,
27+
Scheduled, // Waiting for scheduled time
2728
Running,
2829
Completed,
2930
Failed

0 commit comments

Comments
 (0)