---
title: INCancelWorkoutIntentResponseCode.handleInApp
framework: intents
role: symbol
role_heading: Case
path: intents/incancelworkoutintentresponsecode/handleinapp
---

# INCancelWorkoutIntentResponseCode.handleInApp

A response code that indicates you want to handle the intent in your app instead.

## Declaration

```swift
case handleInApp
```

## Discussion

Discussion Use this code when you want SiriKit to launch your app in the background so that you can handle the intent there. With this code, the user continues to interact with Siri, but your app has an opportunity to end the workout session and update any other workout information.

## See Also

### Response State

- [INCancelWorkoutIntentResponseCode.unspecified](intents/incancelworkoutintentresponsecode/unspecified.md)
- [INCancelWorkoutIntentResponseCode.ready](intents/incancelworkoutintentresponsecode/ready.md)
- [INCancelWorkoutIntentResponseCode.continueInApp](intents/incancelworkoutintentresponsecode/continueinapp.md)
- [INCancelWorkoutIntentResponseCode.success](intents/incancelworkoutintentresponsecode/success.md)
- [INCancelWorkoutIntentResponseCode.failure](intents/incancelworkoutintentresponsecode/failure.md)
- [INCancelWorkoutIntentResponseCode.failureRequiringAppLaunch](intents/incancelworkoutintentresponsecode/failurerequiringapplaunch.md)
- [INCancelWorkoutIntentResponseCode.failureNoMatchingWorkout](intents/incancelworkoutintentresponsecode/failurenomatchingworkout.md)
