---
title: isCompleted
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridecompletionstatus/iscompleted
---

# isCompleted

A Boolean value indicating whether the ride completed successfully.

## Declaration

```swift
var isCompleted: Bool { get }
```

## Discussion

Discussion The value of this property is true when your service completed the ride successfully, otherwise it is false. The method you use to create an instance of this class automatically sets the value of this property.

## See Also

### Getting the Status Information

- [isCanceled](intents/inridecompletionstatus/iscanceled.md)
- [isMissedPickup](intents/inridecompletionstatus/ismissedpickup.md)
- [isOutstanding](intents/inridecompletionstatus/isoutstanding.md)
- [paymentAmount](intents/inridecompletionstatus/paymentamount.md)
