Stops a workout if it is going on.
public func stopWatchOSWorkout(completion: @escaping (Bool) -> Void)
completion
: (Bool) -> Void -> A completion function that is called when the workout has been stopped
Stops a workout if it is going on.
public func stopWatchOSWorkout(completion: @escaping (Bool) -> Void)
completion
: (Bool) -> Void -> A completion function that is called when the workout has been stopped