package com.zy.acs.manager.manager.enums; public enum SegmentStateType { INIT, WAITING, RUNNING, FINISH, ; }