Mercurial > pub > ImplabNet
view Implab/Components/ExecutionState.cs @ 195:ea485487a424 v2
minor changes
author | cin |
---|---|
date | Wed, 04 May 2016 12:28:08 +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 } }