---
title: NCUpdateResult
framework: notificationcenter
role: symbol
role_heading: Enumeration
path: notificationcenter/ncupdateresult
---

# NCUpdateResult

The result of updating a widget’s state.

## Declaration

```swift
enum NCUpdateResult
```

## Topics

### Constants

- [NCUpdateResult.newData](notificationcenter/ncupdateresult/newdata.md)
- [NCUpdateResult.noData](notificationcenter/ncupdateresult/nodata.md)
- [NCUpdateResult.failed](notificationcenter/ncupdateresult/failed.md)

### Initializers

- [init(rawValue:)](notificationcenter/ncupdateresult/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Updating a Widget’s Contents

- [widgetPerformUpdate(completionHandler:)](notificationcenter/ncwidgetproviding/widgetperformupdate(completionhandler:).md)
