diff Implab/Components/ExecutionState.cs @ 250:9f63dade3a40 v3

Working on runnable component
author cin
date Thu, 01 Feb 2018 02:43:35 +0300
parents a867536c68fc
children 7c7e9ad6fe4a
line wrap: on
line diff
--- a/Implab/Components/ExecutionState.cs	Wed Jan 31 11:28:38 2018 +0300
+++ b/Implab/Components/ExecutionState.cs	Thu Feb 01 02:43:35 2018 +0300
@@ -13,12 +13,6 @@
 
         Running,
 
-        Suspending,
-
-        Suspended,
-
-        Resuming,
-
         Stopping,
 
         Failed,