---
title: INStartWorkoutIntentResponseCode.failureOngoingWorkout
framework: intents
role: symbol
role_heading: Case
path: intents/instartworkoutintentresponsecode/failureongoingworkout
---

# INStartWorkoutIntentResponseCode.failureOngoingWorkout

A response code that indicates a workout is already in progress, so another can’t start.

## Declaration

```swift
case failureOngoingWorkout
```

## Discussion

Discussion Use this code when the user is already in the middle of a workout.

## See Also

### Response State

- [INStartWorkoutIntentResponseCode.unspecified](intents/instartworkoutintentresponsecode/unspecified.md)
- [INStartWorkoutIntentResponseCode.ready](intents/instartworkoutintentresponsecode/ready.md)
- [INStartWorkoutIntentResponseCode.continueInApp](intents/instartworkoutintentresponsecode/continueinapp.md)
- [INStartWorkoutIntentResponseCode.success](intents/instartworkoutintentresponsecode/success.md)
- [INStartWorkoutIntentResponseCode.handleInApp](intents/instartworkoutintentresponsecode/handleinapp.md)
- [INStartWorkoutIntentResponseCode.failure](intents/instartworkoutintentresponsecode/failure.md)
- [INStartWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/instartworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INStartWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/instartworkoutintentresponsecode/failurenomatchingworkout.md)
