---
title: isRedoing
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/undomanager/isredoing
---

# isRedoing

Returns a Boolean value that indicates whether the manager is in the process of performing a redo action.

## Declaration

```swift
var isRedoing: Bool { get }
```

## Discussion

Discussion The value is true if the manager is performing its redo() method, otherwise false.

## See Also

### Checking whether undo or redo is in process

- [isUndoing](foundation/undomanager/isundoing.md)
