---
title: INGetCarPowerLevelStatusIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarpowerlevelstatusintentresponsecode/inprogress
---

# INGetCarPowerLevelStatusIntentResponseCode.inProgress

A response code indicating that your app has requested the power level data, but has not yet received the results.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion When handling the intent, return this code if your request may take longer than a few seconds to complete.

## See Also

### Constants

- [INGetCarPowerLevelStatusIntentResponseCode.failure](intents/ingetcarpowerlevelstatusintentresponsecode/failure.md)
- [INGetCarPowerLevelStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetcarpowerlevelstatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetCarPowerLevelStatusIntentResponseCode.ready](intents/ingetcarpowerlevelstatusintentresponsecode/ready.md)
- [INGetCarPowerLevelStatusIntentResponseCode.success](intents/ingetcarpowerlevelstatusintentresponsecode/success.md)
- [INGetCarPowerLevelStatusIntentResponseCode.unspecified](intents/ingetcarpowerlevelstatusintentresponsecode/unspecified.md)
