---
title: INCreateNoteIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/increatenoteintentresponsecode/inprogress
---

# INCreateNoteIntentResponseCode.inProgress

Note creation is still in progress.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you initiated the note creation process but did not receive a timely response. You might use this code when a server handles note creation and you have not yet received a confirmation from that server. When handling an intent, you might want to first configure a timer to fire if your server does not return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

- [INCreateNoteIntentResponseCode.unspecified](intents/increatenoteintentresponsecode/unspecified.md)
- [INCreateNoteIntentResponseCode.ready](intents/increatenoteintentresponsecode/ready.md)
- [INCreateNoteIntentResponseCode.success](intents/increatenoteintentresponsecode/success.md)
- [INCreateNoteIntentResponseCode.failure](intents/increatenoteintentresponsecode/failure.md)
- [INCreateNoteIntentResponseCode.failureRequiringAppLaunch](intents/increatenoteintentresponsecode/failurerequiringapplaunch.md)
