UserWorkoutFailedReason

public enum UserWorkoutFailedReason : String, Codable

Reasons for not completing a workout

  • workout not completed due to weather

    Declaration

    Swift

    case weather
  • workout not completed due to accumulated fatigue

    Declaration

    Swift

    case fatigue
  • workout not completed due to injury

    Declaration

    Swift

    case injury
  • workout not completed due to health - cold/flu etc

    Declaration

    Swift

    case health
  • workout not completed due to misc “life” committments

    Declaration

    Swift

    case life
  • workout not completed due to equipment failure

    Declaration

    Swift

    case equipment