summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/InterpreterState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/InterpreterState.h')
-rw-r--r--src/uscxml/interpreter/InterpreterState.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/uscxml/interpreter/InterpreterState.h b/src/uscxml/interpreter/InterpreterState.h
index a4741ed..5acbd74 100644
--- a/src/uscxml/interpreter/InterpreterState.h
+++ b/src/uscxml/interpreter/InterpreterState.h
@@ -27,8 +27,7 @@
namespace uscxml {
enum InterpreterState {
- USCXML_FINISHED = -2, ///< machine reached a final configuration and is done
- USCXML_INTERRUPTED = -1, ///< machine received the empty event on the external queue
+ USCXML_FINISHED = -1, ///< machine reached a final configuration and is done
USCXML_UNDEF = 0, ///< not an actual state
USCXML_IDLE = 1, ///< stable configuration and queues empty
USCXML_INITIALIZED = 2, ///< DOM is setup and all external components instantiated