stopActivity(with:)
Stops the workout session activity, and sets the end date.
Declaration
func stopActivity(with date: Date?)Parameters
- date:
The end date for the workout session. This must be equal to or after the start date.
Stops the workout session activity, and sets the end date.
func stopActivity(with date: Date?)The end date for the workout session. This must be equal to or after the start date.