---
title: INSendMessageIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/insendmessageintentresponsecode/inprogress
---

# INSendMessageIntentResponseCode.inProgress

You are in the process of sending the message but have not yet done so.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion When handling the intent, return this code if you are unable to send the message within a few seconds.

## See Also

### Response State

- [INSendMessageIntentResponseCode.unspecified](intents/insendmessageintentresponsecode/unspecified.md)
- [INSendMessageIntentResponseCode.ready](intents/insendmessageintentresponsecode/ready.md)
- [INSendMessageIntentResponseCode.success](intents/insendmessageintentresponsecode/success.md)
- [INSendMessageIntentResponseCode.failure](intents/insendmessageintentresponsecode/failure.md)
- [INSendMessageIntentResponseCode.failureRequiringAppLaunch](intents/insendmessageintentresponsecode/failurerequiringapplaunch.md)
- [INSendMessageIntentResponseCode.failureMessageServiceNotAvailable](intents/insendmessageintentresponsecode/failuremessageservicenotavailable.md)
