---
title: INAppendToNoteIntentResponseCode.inProgress
framework: intents
role: symbol
role_heading: Case
path: intents/inappendtonoteintentresponsecode/inprogress
---

# INAppendToNoteIntentResponseCode.inProgress

You’re in the process of updating the note.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion Return this code if you began updating the note but didn’t receive a confirmation of the update. You might use this code when a server handles note modification and you’ve not yet received a confirmation from that server. When handling the intent, you might want to first configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

## See Also

### Constants

- [INAppendToNoteIntentResponseCode.unspecified](intents/inappendtonoteintentresponsecode/unspecified.md)
- [INAppendToNoteIntentResponseCode.ready](intents/inappendtonoteintentresponsecode/ready.md)
- [INAppendToNoteIntentResponseCode.success](intents/inappendtonoteintentresponsecode/success.md)
- [INAppendToNoteIntentResponseCode.failure](intents/inappendtonoteintentresponsecode/failure.md)
- [INAppendToNoteIntentResponseCode.failureRequiringAppLaunch](intents/inappendtonoteintentresponsecode/failurerequiringapplaunch.md)
- [INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote](intents/inappendtonoteintentresponsecode/failurecannotupdatepasswordprotectednote.md)
