All Downloads are FREE. Search and download functionalities are using the official Maven repository.

seadmin.infinite-state-machine-core-action-pack.1.0.source-code.states.json Maven / Gradle / Ivy

There is a newer version: 1.1.10
Show newest version
{
  "states" : [
    ["false", "READY_TO_RUN", "We are ready to run"],
    ["false", "EMERGENCY_SHUTDOWN", "Run phase is emergency shutdown"],
    ["false", "NORMAL_SHUTDOWN", "Run phase is shutting down normally"],
    ["false", "RUNNING", "Run phase is running"],
    ["true", "STARTING", "Run phase is starting"],
    ["false", "STOPPED", "Run phase is stopped"]
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy