Files
LeafWeb/Core/Remote/PiscalStatus.cs
T
poprhythm 05b2bfefb1 Display results from Piscal processing
Error handling for Piscal processing
2016-03-07 11:47:55 -05:00

10 lines
109 B
C#

namespace LeafWeb.Core.Remote
{
public enum PiscalStatus
{
Running,
Success,
NotStarted,
Error
}
}