Function UndoRedo.isCommitingAction
Returns true
if the UndoRedo
is currently committing the action, i.e. running its "do" method or property change (see commitAction
).
bool isCommitingAction() nothrow @nogc const;
Returns true
if the UndoRedo
is currently committing the action, i.e. running its "do" method or property change (see commitAction
).
bool isCommitingAction() nothrow @nogc const;