using System; using System.Collections.Generic; using System.Text; namespace Esiur.Engine { public enum ProgressType { Execution, Network, } }