namespace Implab.Components { public enum ExecutionState { Uninitialized, Initial, Starting, Running, Stopping, Stopped, Disposed, Failed } }