using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aitex.Triton160.Common { public enum StateData { IsAutoMode, RecipeProcessTime, RecipeStepNo, RecipeName, RecipeBaseName, RecipeStepTimeElapsed, RecipeStepTimeSetPoint, RecipeStepRfTimeSetPoint, RfTimeElapsed, PumpTime, PMState, IsPumpingOkForProcess, IsGasFlowingOkForProcess, IsRfPowering, TotalCycle, ProcessStatus, AlarmEvent, LeakCheckElapseTime, DataLogName, LotName, } }