Mercurial > pub > ImplabNet
view Implab/Components/ExecutionState.cs @ 204:cbb0bd8fc0d1 v2
Fixed broken Implab.Diagnostics.Interactive
author | cin |
---|---|
date | Mon, 24 Oct 2016 11:24:45 +0300 |
parents | d6a8cba73acc |
children | a867536c68fc |
line wrap: on
line source
namespace Implab.Components { public enum ExecutionState { Undefined = 0, Created, Initializing, Ready, Starting, Running, Stopping, Failed, Disposed, Last = Disposed } }