---
title: isCanceled
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mljob/iscanceled
---

# isCanceled

A Boolean value that indicates whether you canceled the job.

## Declaration

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

## See Also

### Managing a job

- [cancel()](createml/mljob/cancel().md)
