---
title: INGetCarLockStatusIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/ingetcarlockstatusintentresponsecode/inprogress
---

# INGetCarLockStatusIntentResponseCode.inProgress

A response code indicating that you are getting the car’s lock status but do not yet have 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

- [INGetCarLockStatusIntentResponseCode.failure](intents/ingetcarlockstatusintentresponsecode/failure.md)
- [INGetCarLockStatusIntentResponseCode.failureRequiringAppLaunch](intents/ingetcarlockstatusintentresponsecode/failurerequiringapplaunch.md)
- [INGetCarLockStatusIntentResponseCode.ready](intents/ingetcarlockstatusintentresponsecode/ready.md)
- [INGetCarLockStatusIntentResponseCode.success](intents/ingetcarlockstatusintentresponsecode/success.md)
- [INGetCarLockStatusIntentResponseCode.unspecified](intents/ingetcarlockstatusintentresponsecode/unspecified.md)
