---
title: isCanceled
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridecompletionstatus/iscanceled
---

# isCanceled

A Boolean value indicating whether someone canceled the ride for any reason.

## Declaration

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

## Discussion

Discussion The value of this property is true when someone canceled the ride. It is false when the user was successfully picked up. The method you use to create an instance of this class automatically sets the value of this property.

## See Also

### Getting the Status Information

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