---
title: INSaveProfileInCarIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insaveprofileincarintentresponsecode/inprogress
---

# INSaveProfileInCarIntentResponseCode.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 saving the user’s settings, but that you haven’t yet received confirmation of the completed save.

## See Also

### Constants

- [INSaveProfileInCarIntentResponseCode.unspecified](intents/insaveprofileincarintentresponsecode/unspecified.md)
- [INSaveProfileInCarIntentResponseCode.ready](intents/insaveprofileincarintentresponsecode/ready.md)
- [INSaveProfileInCarIntentResponseCode.success](intents/insaveprofileincarintentresponsecode/success.md)
- [INSaveProfileInCarIntentResponseCode.failure](intents/insaveprofileincarintentresponsecode/failure.md)
- [INSaveProfileInCarIntentResponseCode.failureRequiringAppLaunch](intents/insaveprofileincarintentresponsecode/failurerequiringapplaunch.md)
