---
title: completionStatus
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridestatus/completionstatus
---

# completionStatus

Information about how the ride ended.

## Declaration

```swift
@NSCopying var completionStatus: INRideCompletionStatus? { get set }
```

## Mentioned in

Providing Live Status Updates

## Discussion

Discussion When the value of the phase property is INRidePhase.completed, SiriKit checks this property for additional information about how the ride ended. Use this property to specify whether the ride ended successfully or the user canceled the ride.. You can also include information about the amount paid or the reason for any cancellation.

## See Also

### Specifying the Ride Status

- [phase](intents/inridestatus/phase.md)
- [INRidePhase](intents/inridephase.md)
