using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Aitex.Triton160.Common { public enum PMState { Init, Idle, Vent, Feed, Pumping, StopPumping, GasFlowing, StopGasFlowing, RfPowering, CyclePurge, LinePump, TankPump, ContainerPump, LoadProcessRecipe, ProcessHighVac, PreProcess, Processing, PostProcess, LeakCheck, Error, } }