Contents

isCompleted

A Boolean value indicating whether the ride completed successfully.

Declaration

var isCompleted: Bool { get }

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