<!--
{
  "availability" : [
    "iOS: 8.0.0 - 14.0.0",
    "iPadOS: 8.0.0 - 14.0.0",
    "macCatalyst: 8.0.0 - 14.0.0",
    "macOS: 10.10.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "NotificationCenter",
  "identifier" : "/documentation/NotificationCenter/NCUpdateResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Notification Center"
    ],
    "preciseIdentifier" : "c:@E@NCUpdateResult"
  },
  "title" : "NCUpdateResult"
}
-->

# NCUpdateResult

The result of updating a widget’s state.

```
enum NCUpdateResult
```

## Topics

### Constants

[`NCUpdateResult.newData`](/documentation/NotificationCenter/NCUpdateResult/newData)

The update resulted in new data to display.

[`NCUpdateResult.noData`](/documentation/NotificationCenter/NCUpdateResult/noData)

The update did not result in any new data since the last update.

[`NCUpdateResult.failed`](/documentation/NotificationCenter/NCUpdateResult/failed)

The update attempt failed.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)