---
title: INPauseWorkoutIntentResponseCode
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inpauseworkoutintentresponsecode
---

# INPauseWorkoutIntentResponseCode

Constants that indicate the response state.

## Declaration

```swift
enum INPauseWorkoutIntentResponseCode
```

## Topics

### Response State

- [INPauseWorkoutIntentResponseCode.unspecified](intents/inpauseworkoutintentresponsecode/unspecified.md)
- [INPauseWorkoutIntentResponseCode.ready](intents/inpauseworkoutintentresponsecode/ready.md)
- [INPauseWorkoutIntentResponseCode.continueInApp](intents/inpauseworkoutintentresponsecode/continueinapp.md)
- [INPauseWorkoutIntentResponseCode.success](intents/inpauseworkoutintentresponsecode/success.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)

### Initializers

- [init(rawValue:)](intents/inpauseworkoutintentresponsecode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Response Code

- [code](intents/inpauseworkoutintentresponse/code.md)
