Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/EnumE90Status.cs

16 lines
206 B
C#

namespace Aitex.Core.Common
{
public enum EnumE90Status
{
None = -1,
NeedProcessing = 0,
InProcess = 1,
Processed = 2,
Aborted = 3,
Stopped = 4,
Rejected = 5,
Lost = 6,
Skipped = 7
}
}