using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_Common { public enum TaskStatusEnum { Gantry_Wait = 0, Gantry_New = 1, Gantry_Executing = 2, Gantry_Completed = 3, } }