---
title: INEndWorkoutIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/inendworkoutintentresponsecode/success
---

# INEndWorkoutIntentResponseCode.success

A response code that indicates your app succeeded.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your app successfully ends the workout.

## See Also

### Response State

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