Hermes
Simulation Orchestration Platform for Aerospace
Loading...
Searching...
No Matches
hermes.core.process.ModuleState Class Reference
Inheritance diagram for hermes.core.process.ModuleState:
Collaboration diagram for hermes.core.process.ModuleState:

Static Public Attributes

str INIT = "init"
str STAGED = "staged"
str RUNNING = "running"
str PAUSED = "paused"
str DONE = "done"
str ERROR = "error"

Detailed Description

Module lifecycle states.

Member Data Documentation

◆ DONE

str hermes.core.process.ModuleState.DONE = "done"
static

◆ ERROR

str hermes.core.process.ModuleState.ERROR = "error"
static

◆ INIT

str hermes.core.process.ModuleState.INIT = "init"
static

◆ PAUSED

str hermes.core.process.ModuleState.PAUSED = "paused"
static

◆ RUNNING

str hermes.core.process.ModuleState.RUNNING = "running"
static

◆ STAGED

str hermes.core.process.ModuleState.STAGED = "staged"
static

The documentation for this class was generated from the following file: