fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

state-next.md (2184B)


      1 | v from / > to     | dependency     | setup        | starting     | active_foreground | active_background | active_dummy | stopping    | finishing     | dependency_end | inactive |
      2 | ----------------- | -------------- | ------------ | ------------ | ----------------- | ----------------- | ------------ | ----------- | ------------- | -------------- | -------- |
      3 | inactive          | if `./depends` | if `./setup` | if `./start` | if `./run`        |                   | else         |             |               |                |          |
      4 | dependency        |                | if `./setup` | if `./start` | if `./run`        |                   | else         |             |               |                |          |
      5 | setup             |                |              | if `./start` | if `./run`        |                   | else         |             |               |                |          |
      6 | starting          |                |              |              |                   | else              |              |             |               |                |          |
      7 | active_foreground |                |              |              |                   |                   |              |             | if `./finish` | if !restart    | else     |
      8 | active_background |                |              |              |                   |                   |              | if `./stop` | if `./finish` | if !restart    | else     |
      9 | active_dummy      |                |              |              |                   |                   |              |             | if `./finish` | if !restart    | else     |
     10 | stopping          |                |              |              |                   |                   |              |             | if `./finish` | if !restart    | else     |
     11 | finishing         |                |              |              |                   |                   |              |             |               | if !restart    | else     |
     12 | dependency_end    |                |              |              |                   |                   |              |             |               |                | else     |