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

# INGetCarLockStatusIntentResponseCode.success

A response code indicating that you have successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when your app has successfully received the car’s current lock status.

## See Also

### Constants

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