Mercurial > pub > ImplabNet
view Implab/Components/ExecutionState.cs @ 201:d7cd7a83189a v2
TraceLog tests
author | cin |
---|---|
date | Mon, 17 Oct 2016 00:36:36 +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 } }