ProductionFailure¶
- class scml.scml2019.ProductionFailure(line, command, missing_inputs, missing_money, missing_space)[source]¶
Bases:
object
Attributes Summary
Information about the command that failed
ID of the line that failed
The missing inputs if any with their quantities
The amount of money needed for production that is not available
The amount space needed in storage but not found
Attributes Documentation
- command: scml.scml2019.common.RunningCommandInfo¶
Information about the command that failed
- missing_inputs: List[scml.scml2019.common.MissingInput]¶
The missing inputs if any with their quantities