---
title: abort()
framework: coregraphics
role: symbol
role_heading: Instance Method
path: coregraphics/cgpsconverter/abort()
---

# abort()

Tells a PostScript converter to abort a conversion at the next available opportunity.

## Declaration

```swift
func abort() -> Bool
```

## Return Value

Return Value A Boolean value that indicates whether the converter is currently converting data (true if it is).

## See Also

### Instance Methods

- [convert(_:consumer:options:)](coregraphics/cgpsconverter/convert(_:consumer:options:).md)
