Browse Source

When an administrative stop occurs, we can move from STARTING to STOPPING without moving through RUNNING.

Chris McDonough 18 years ago
parent
commit
406397fd30
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.txt

+ 3 - 3
README.txt

@@ -584,9 +584,9 @@ Process States
                           /       |
                          |        |
                          |        |
-                    STOPPING      |
-                     ^            V
-                     |       STARTING <-----> BACKOFF
+                   STOPPING       |
+                     ^ ^          V
+                     |  \--- STARTING <-----> BACKOFF
                      |      /     ^            |
                      |     V      |            |
                      \-- RUNNING / \           |