Mercurial > pub > ImplabNet
comparison Implab/Components/ExecutionState.cs @ 156:97fbbf816844 v2
Promises: SignalXXX methods merged into SignalHandler method.
Components: RunnableComponent In progress
author | cin |
---|---|
date | Mon, 15 Feb 2016 04:22:15 +0300 |
parents | 2dcdee4c0810 |
children | d6a8cba73acc |
comparison
equal
deleted
inserted
replaced
155:037df317f126 | 156:97fbbf816844 |
---|---|
1 namespace Implab.Components { | 1 namespace Implab.Components { |
2 | 2 |
3 public enum ExecutionState { | 3 public enum ExecutionState { |
4 Reserved = 0, | |
4 Uninitialized, | 5 Uninitialized, |
5 Initial, | 6 Ready, |
6 Starting, | 7 Starting, |
7 Running, | 8 Running, |
8 Stopping, | 9 Stopping, |
9 Stopped, | 10 Stopped, |
10 Disposed, | 11 Disposed, |