Sic.Framework/MECF.Framework.Common/Aitex/Sorter/Common/TDKEquipmentState.cs

10 lines
128 B
C#

namespace Aitex.Sorter.Common
{
public enum TDKEquipmentState
{
Normal = 0,
Recoverable_error = 1,
Fatal_error = 2
}
}