/* Developer: Tyler Allen Date Created: 08/24/2016 --------------------------------------------------- */ namespace CPE.App.NotifyConsole.Models.Enums { public enum ParticipantResults { Pass, Fail, Ineligible, Wonky //instead of throwing an error if something is null, we'll ask the client to contact cust service } }