<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPNavigationSession/pauseTrip(for:description:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPNavigationSession(im)pauseTripForReason:description:"
  },
  "title" : "pauseTrip(for:description:)"
}
-->

# pauseTrip(for:description:)

Tells the navigation session to pause the trip for the specified reason.

```
func pauseTrip(for reason: CPNavigationSession.PauseReason, description: String?)
```

## Parameters

`reason`

The reason for pausing the trip.

`description`

An optional description of the pause reason. To use a system-provided value, set this parameter to `nil`.

---

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)