---
title: INPauseWorkoutIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/inpauseworkoutintentresponsecode/success
---

# INPauseWorkoutIntentResponseCode.success

A response code that indicates your app succeeded.

## Declaration

```swift
case success
```

## Discussion

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

## See Also

### Response State

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