diff Implab/Components/ExecutionState.cs @ 251:7c7e9ad6fe4a v3

Prerelease version of RunnableComponent Added draft messaging interfaces Added more more helpers to Xml/SerializationHelpers
author cin
date Sun, 11 Feb 2018 00:49:51 +0300
parents 9f63dade3a40
children
line wrap: on
line diff
--- a/Implab/Components/ExecutionState.cs	Thu Feb 01 02:43:35 2018 +0300
+++ b/Implab/Components/ExecutionState.cs	Sun Feb 11 00:49:51 2018 +0300
@@ -15,6 +15,8 @@
 
         Stopping,
 
+        Stopped,
+
         Failed,
 
         Disposed,