We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c1b78 commit 4e0b4e0Copy full SHA for 4e0b4e0
README.md
@@ -6,15 +6,20 @@ A C# library for realization simple state-machine on .Net
6
2. [Examples](#Examples)
7
8
## Features
9
-* Simple structure
+
10
+State machine properties:
11
* Entry/exit events for state
12
* Invoke event for transition
-* Export/Import to/from XML
13
* Parameters for transitions
14
-* Parameters for entry/exit
+* Parameters for entry/exit for state
15
16
+Useful extensions
17
* State changed event for state machine
18
* Data for sharing between states
19
* Change event for data
20
+* Export/Import to/from XML
21
+* Logging
22
23
24
## Examples:
25
0 commit comments