---
title: NSPersistentHistoryResultType.statusOnly
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistenthistoryresulttype/statusonly
---

# NSPersistentHistoryResultType.statusOnly

The status of the persistent history change request.

## Declaration

```swift
case statusOnly
```

## See Also

### Result Types

- [NSPersistentHistoryResultType.count](coredata/nspersistenthistoryresulttype/count.md)
- [NSPersistentHistoryResultType.objectIDs](coredata/nspersistenthistoryresulttype/objectids.md)
- [NSPersistentHistoryResultType.transactionsAndChanges](coredata/nspersistenthistoryresulttype/transactionsandchanges.md)
- [NSPersistentHistoryResultType.transactionsOnly](coredata/nspersistenthistoryresulttype/transactionsonly.md)
- [NSPersistentHistoryResultType.changesOnly](coredata/nspersistenthistoryresulttype/changesonly.md)
