Skip to main content

ChargeResult

Result of the ChargingManager.charge method.

Index

Properties

chargeable_within_limit

chargeable_within_limit: dict[str, int | None]

How many events of each known type can still be charged within the limit.

charged_count

charged_count: int

Total amount of charged events - may be lower than the requested amount.

event_charge_limit_reached

event_charge_limit_reached: bool

If true, no more events of this type can be charged within the limit.