runningExerciseMode property
final
The exercise mode of an exercise that is currently running.
This is different from exerciseMode, which is the value of the exercise mode paramater within the controller. This value is based on the actual exercise that is currently being run. Notably, if a user starts a different exercise from the currently set exercise mode parameter, the actual exercise mode started will be reflected here.
This property will only have a value if the device's status is DeviceStatus.runningExercise.
Implementation
final ExerciseMode? runningExerciseMode;