Piscal processing work
This commit is contained in:
@@ -11,6 +11,7 @@ namespace LeafWeb.Core.Entities
|
||||
public virtual LeafInput LeafInput { get; set; }
|
||||
public LeafInputStatusType Status { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Details { get; set; }
|
||||
public DateTime DateTime { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@ namespace LeafWeb.Core.Entities
|
||||
Pending = 0,
|
||||
Running = 1,
|
||||
Complete = 2,
|
||||
Error = 3
|
||||
Exception = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user