Used to identify the result of a call to [[UndoUnit.merge]]

Enumeration Members

Merged: 1

The information from the specified unit was merged in and doesn't need to be added to the undo stack.

MergedRemoveUnit: 2

The information from the specified unit was merged and the original unit should be removed from the undo stack.

NotMerged: 0

The information from the specified unit could not be merged and should be added to the undo stack.