Class: Toybox.Activity.WorkoutStep
- Inherits:
-
Toybox.Lang.Object
Overview
The WorkoutStep class contains information about the current workout step.
Instance Member Summary collapse
-
durationType as Activity.WorkoutStepDurationType
The duration of the workout step.
-
durationValue as Lang.Number
How long the step should last.
-
targetType as Activity.WorkoutStepTargetType
The target of the workout step.
-
targetValueHigh as Lang.Number
The high value for the target range.
-
targetValueLow as Lang.Number
The low value for the target range.
Instance Attribute Details
var durationType as Activity.WorkoutStepDurationType
The duration of the workout step
var durationValue as Lang.Number
How long the step should last
var targetType as Activity.WorkoutStepTargetType
The target of the workout step
var targetValueHigh as Lang.Number
The high value for the target range.
var targetValueLow as Lang.Number
The low value for the target range.