Class: Toybox.Activity.WorkoutIntervalStep
- Inherits:
-
Toybox.Lang.Object
Overview
The WorkoutIntervalStep class contains information about the current workout interval step.
Instance Member Summary collapse
-
activeStep as Activity.WorkoutStep
The step data for the active portion of the interval.
-
repetitionNumber as Lang.Number
The repetition number in the interval.
-
restStep as Activity.WorkoutStep
The step data for the rest portion of the interval.
Instance Attribute Details
var activeStep as Activity.WorkoutStep
The step data for the active portion of the interval
var repetitionNumber as Lang.Number
The repetition number in the interval
var restStep as Activity.WorkoutStep
The step data for the rest portion of the interval