---
title: isLongLived
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckoperation/islonglived
---

# isLongLived

A Boolean value that indicates whether the operation is long-lived.

## Declaration

```swift
var isLongLived: Bool { get set }
```

## Discussion

Discussion Set this property to true to make the operation long-lived. The default value is false. If you change this property’s value after you execute the operation, the change has no effect. For more information, see Long-Lived Operations.

## See Also

### Deprecated Properties

- [allowsCellularAccess](cloudkit/ckoperation/allowscellularaccess.md)
- [container](cloudkit/ckoperation/container.md)
- [timeoutIntervalForRequest](cloudkit/ckoperation/timeoutintervalforrequest.md)
- [timeoutIntervalForResource](cloudkit/ckoperation/timeoutintervalforresource.md)
