Piscal processing work
This commit is contained in:
@@ -2,9 +2,8 @@ namespace LeafWeb.Core.Remote
|
||||
{
|
||||
public enum PiscalStatus
|
||||
{
|
||||
Running,
|
||||
Success,
|
||||
NotStarted,
|
||||
Error
|
||||
NotStarted, // Process has not been started
|
||||
Running, // Process is currently executing
|
||||
Complete, // Process has completed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user