namespace DealerSelection.Api.Models.Enum; public enum DealerSelectionJobStatus { OldData = -1, ReadyForJob = 0, //Booking Done and ready to pick Picked = 1, // Picked by Job SentToBot = 2, // Web Engage Event called to Inititate Bot Complete = 3, //Dealer Assigned through Single/BOT/Dummy }