---
title: INSetAudioSourceInCarIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insetaudiosourceincarintentresponsecode/inprogress
---

# INSetAudioSourceInCarIntentResponseCode.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 audio source information and are working on it, but that you haven’t yet confirmed completion of the change.

## See Also

### Constants

- [INSetAudioSourceInCarIntentResponseCode.unspecified](intents/insetaudiosourceincarintentresponsecode/unspecified.md)
- [INSetAudioSourceInCarIntentResponseCode.ready](intents/insetaudiosourceincarintentresponsecode/ready.md)
- [INSetAudioSourceInCarIntentResponseCode.success](intents/insetaudiosourceincarintentresponsecode/success.md)
- [INSetAudioSourceInCarIntentResponseCode.failure](intents/insetaudiosourceincarintentresponsecode/failure.md)
- [INSetAudioSourceInCarIntentResponseCode.failureRequiringAppLaunch](intents/insetaudiosourceincarintentresponsecode/failurerequiringapplaunch.md)
