Mercurial > pub > ImplabNet
view Implab/Components/ExecutionState.cs @ 194:d45bdf510514 v2
working on diagnostics
author | cin |
---|---|
date | Mon, 25 Apr 2016 15:18:56 +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 } }