Contents

isRedoing

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

Declaration

var isRedoing: Bool { get }

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