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

# INSetCarLockStatusIntentResponseCode.ready

A response code indicating that you are ready to handle the intent.

## Declaration

```swift
case ready
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Constants

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