---
title: INSetCarLockStatusIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insetcarlockstatusintentresponsecode/inprogress
---

# INSetCarLockStatusIntentResponseCode.inProgress

A response code indicating that your app has attempted to lock or unlock the car, but does not yet have the results.

## Declaration

```swift
case inProgress
```

## Discussion

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

## See Also

### Constants

- [INSetCarLockStatusIntentResponseCode.failure](intents/insetcarlockstatusintentresponsecode/failure.md)
- [INSetCarLockStatusIntentResponseCode.failureRequiringAppLaunch](intents/insetcarlockstatusintentresponsecode/failurerequiringapplaunch.md)
- [INSetCarLockStatusIntentResponseCode.ready](intents/insetcarlockstatusintentresponsecode/ready.md)
- [INSetCarLockStatusIntentResponseCode.success](intents/insetcarlockstatusintentresponsecode/success.md)
- [INSetCarLockStatusIntentResponseCode.unspecified](intents/insetcarlockstatusintentresponsecode/unspecified.md)
