undo

fun undo(originator: UUID)

Undo the FileAction performed on the file from the TracedAction that is undoStackDepth + 1 from the top of the stack.

This should only ever be called from UndoAction.execute to ensure it is performed through the synchronized execution path.

Parameters

originator

The UUID of the session that originated the undo.