---
title: isEnabled
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiupdatelink/isenabled
---

# isEnabled

A Boolean value that determines whether the UI update link is monitoring UI updates.

## Declaration

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

## Discussion

Discussion By default, the value of this property is true, which means the system invokes the actions of the UI update link for each UI update. When the value is false, the UI update link has no effect. Set the value to false if you want to temporarily turn off the UI update link.
