Declared in ComputerPowerModel
Declaration
bool UpdatePowerPerState(
ComputerStatusType state,
double power
);Description
Updates the power consumption for a specific state of the computer.
Parameters
| Name | Description |
|---|---|
| state | The Computer State to map a new Power Consumption to |
| power | The new Power Consumption Value |