Piscal processing work

This commit is contained in:
2016-04-06 13:00:12 -04:00
parent 214199fed5
commit 151f17943f
18 changed files with 141 additions and 127 deletions
+1
View File
@@ -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; }
}
}
+1 -1
View File
@@ -5,6 +5,6 @@ namespace LeafWeb.Core.Entities
Pending = 0,
Running = 1,
Complete = 2,
Error = 3
Exception = 3
}
}