Class: Toybox.WatchUi.WatchFacePowerInfo
- Inherits:
-
Toybox.Lang.Object
Overview
Power information provided when the power budget is exceeded during a call to onPartialUpdate().
This is automatically passed to the onPowerBudgetExceeded() method when it is invoked.
See Also:
Instance Member Summary collapse
-
executionTimeAverage as Lang.Float
The average partial update execution time onPartialUpdate() took to complete.
-
executionTimeLimit as Lang.Float
The maximum allowable partial update execution time onPartialUpdate() is allowed to take.
Instance Attribute Details
var executionTimeAverage as Lang.Float
The average partial update execution time onPartialUpdate() took to complete.
var executionTimeLimit as Lang.Float
The maximum allowable partial update execution time onPartialUpdate() is allowed to take.