#region --------------- Copyright Dresser Wayne Pignone ------------- /* * $Log: /Wrk/Support/ForecourtControl/Wrk/ForecourtControl/NozzleStateEnum.cs $ * * 3 07-01-05 8:55 roger.månsson * Change docs */ #endregion namespace Wayne.ForecourtControl { /// /// The state of the nozzle. /// [System.Runtime.InteropServices.ComVisible(true)] public enum NozzleState { /// /// The state of the nozzle is unknown /// Unknown, /// /// The nozzle is resting. /// In, /// /// The nozzle is taken out. /// Out } }