<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPauseWorkoutIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INPauseWorkoutIntentHandling"
  },
  "title" : "INPauseWorkoutIntentHandling"
}
-->

# INPauseWorkoutIntentHandling

An interface that handles requests to pause a workout.

```
protocol INPauseWorkoutIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INPauseWorkoutIntentHandling`](/documentation/Intents/INPauseWorkoutIntentHandling) protocol to resolve, confirm, and handle requests to pause a workout that’s using your app. Adopt this protocol in an object of your Intents extension that’s capable of validating the workout name.

You don’t actually pause the workout from your Intents extension. When the [`handle(intent:completion:)`](/documentation/Intents/INPauseWorkoutIntentHandling/handle(intent:completion:)) returns, SiriKit launches your app and passes it to an <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> object that contains the intent object and your response. Your app uses the information in those objects to pause the workout.

## Topics

### Resolving the Intent Parameters

[`resolveWorkoutName(for:with:)`](/documentation/Intents/INPauseWorkoutIntentHandling/resolveWorkoutName(for:with:))

Resolves the name of the workout that the user wants to pause.

### Confirming the Intent

[`confirm(intent:completion:)`](/documentation/Intents/INPauseWorkoutIntentHandling/confirm(intent:completion:))

Confirms that you can pause the current workout.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INPauseWorkoutIntentHandling/handle(intent:completion:))

Handle pausing the workout.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)