---
title: INSetClimateSettingsInCarIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insetclimatesettingsincarintentresponsecode/inprogress
---

# INSetClimateSettingsInCarIntentResponseCode.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 climate control settings and initiated the changes, but you haven’t yet received confirmation of the completed changes.

## See Also

### Constants

- [INSetClimateSettingsInCarIntentResponseCode.unspecified](intents/insetclimatesettingsincarintentresponsecode/unspecified.md)
- [INSetClimateSettingsInCarIntentResponseCode.ready](intents/insetclimatesettingsincarintentresponsecode/ready.md)
- [INSetClimateSettingsInCarIntentResponseCode.success](intents/insetclimatesettingsincarintentresponsecode/success.md)
- [INSetClimateSettingsInCarIntentResponseCode.failure](intents/insetclimatesettingsincarintentresponsecode/failure.md)
- [INSetClimateSettingsInCarIntentResponseCode.failureRequiringAppLaunch](intents/insetclimatesettingsincarintentresponsecode/failurerequiringapplaunch.md)
