---
title: INListCarsIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/inlistcarsintentresponsecode/inprogress
---

# INListCarsIntentResponseCode.inProgress

A response code that indicates you’re in the process of retrieving a list of the user’s electric vehicles, but they are not yet available.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Use this code during the handling phase of intent handling if the request is likely to take more than a few seconds to complete.

## See Also

### Constants

- [INListCarsIntentResponseCode.failure](intents/inlistcarsintentresponsecode/failure.md)
- [INListCarsIntentResponseCode.failureRequiringAppLaunch](intents/inlistcarsintentresponsecode/failurerequiringapplaunch.md)
- [INListCarsIntentResponseCode.ready](intents/inlistcarsintentresponsecode/ready.md)
- [INListCarsIntentResponseCode.success](intents/inlistcarsintentresponsecode/success.md)
- [INListCarsIntentResponseCode.unspecified](intents/inlistcarsintentresponsecode/unspecified.md)
