This commit is contained in:
2020-12-09 19:00:23 +00:00
parent c168d65865
commit 59f825bb36
4 changed files with 18 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ namespace AyaNova.Biz
/// </summary>
public enum JobStatus : int
{
Absent=0,
Absent = 0,
Sleeping = 1,
Running = 2,
Completed = 3,