Enumeration used to identify the cause of the [[UndoUnit.execute]]

See

[[UndoExecuteContext.reason]]

Enumeration Members

Enumeration Members

Redo: 1

The execute is being performed because a Redo was requested

Rollback: 2

The execute is being performed because an [[UndoTransaction]] was being rolled back.

Undo: 0

The execute is being performed because an Undo was requested.