---
title: INSetProfileInCarIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insetprofileincarintentresponsecode/inprogress
---

# INSetProfileInCarIntentResponseCode.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’re in the process of restoring the user’s settings from the selected profile, but that you’ve not yet received confirmation of the completed restoration.

## See Also

### Constants

- [INSetProfileInCarIntentResponseCode.unspecified](intents/insetprofileincarintentresponsecode/unspecified.md)
- [INSetProfileInCarIntentResponseCode.ready](intents/insetprofileincarintentresponsecode/ready.md)
- [INSetProfileInCarIntentResponseCode.success](intents/insetprofileincarintentresponsecode/success.md)
- [INSetProfileInCarIntentResponseCode.failure](intents/insetprofileincarintentresponsecode/failure.md)
- [INSetProfileInCarIntentResponseCode.failureRequiringAppLaunch](intents/insetprofileincarintentresponsecode/failurerequiringapplaunch.md)
