namespace JetVirgoPM.PMs.RecipeExecutors { public enum EnumEndByCondition { ByTime, ByStable, ByPurge, ByStep, ByEndpoint, } }