---
title: result
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchupdateresult/result
---

# result

The result of a batch-update request, either the number of updated objects, the identifiers of the updated objects, or a status value.

## Declaration

```swift
var result: Any? { get }
```

## See Also

### Accessing Results

- [resultType](coredata/nsbatchupdateresult/resulttype.md)
- [NSBatchUpdateRequestResultType](coredata/nsbatchupdaterequestresulttype.md)
