Contents

isUndoing

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

Declaration

var isUndoing: Bool { get }

Discussion

The value is true if the manager is performing its undo() or undoNestedGroup() method, otherwise false.

See Also

Checking whether undo or redo is in process