Indicates the impact status of a reactor module in multi-module plants. Used to represent how initiating events or hazards affect individual modules.
const moduleStatus: ModuleState = ModuleState.NOT_IMPACTED; Copy
const moduleStatus: ModuleState = ModuleState.NOT_IMPACTED;
Module is directly impacted by the initiating event or hazard
Module is not affected by the initiating event or hazard
Module is indirectly or partially affected by the initiating event or hazard
Indicates the impact status of a reactor module in multi-module plants. Used to represent how initiating events or hazards affect individual modules.
Example