Skip to main content

ReactorState.json

{
"description": "The state of the reactor.",
"type": "string",
"enum": [
"Initialize",
"CatchUp",
"Upgrading",
"KeepUp",
"Validate",
"ShutdownForUpgrade"
]
}