namespace ZeroLevel.Microservices.Model { public enum CheckpointType { Interrupt = 0, Fatal = 1, Finish = 2, Transfer = 3 } }