---
title: INSetRadioStationIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insetradiostationintentresponsecode/inprogress
---

# INSetRadioStationIntentResponseCode.inProgress

You’re in the process of handling the intent.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Use this code during the handling phase to indicate that you received the radio station information and initiated the changes, but that you haven’t yet received confirmation of the completed changes.

## See Also

### Constants

- [INSetRadioStationIntentResponseCode.unspecified](intents/insetradiostationintentresponsecode/unspecified.md)
- [INSetRadioStationIntentResponseCode.ready](intents/insetradiostationintentresponsecode/ready.md)
- [INSetRadioStationIntentResponseCode.success](intents/insetradiostationintentresponsecode/success.md)
- [INSetRadioStationIntentResponseCode.failure](intents/insetradiostationintentresponsecode/failure.md)
- [INSetRadioStationIntentResponseCode.failureRequiringAppLaunch](intents/insetradiostationintentresponsecode/failurerequiringapplaunch.md)
- [INSetRadioStationIntentResponseCode.failureNotSubscribed](intents/insetradiostationintentresponsecode/failurenotsubscribed.md)
