Update state diagram.
This commit is contained in:
parent
c716e32534
commit
592b30f6c5
1 changed files with 9 additions and 0 deletions
|
|
@ -157,6 +157,15 @@ import org.jgrapes.util.events.WatchFile;
|
||||||
*
|
*
|
||||||
* success --> Running
|
* success --> Running
|
||||||
*
|
*
|
||||||
|
* state Running {
|
||||||
|
* state Booting
|
||||||
|
* state Booted
|
||||||
|
*
|
||||||
|
* [*] -right-> Booting
|
||||||
|
* Booting -down-> Booting: VserportChanged[guest agent connected]/fire GetOsinfo
|
||||||
|
* Booting --> Booted: Osinfo
|
||||||
|
* }
|
||||||
|
*
|
||||||
* state Terminating {
|
* state Terminating {
|
||||||
* state terminate <<entryPoint>>
|
* state terminate <<entryPoint>>
|
||||||
* state qemuRunning <<choice>>
|
* state qemuRunning <<choice>>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue