Session.undo

Session.undo()

Move one step backward in recorded session history.

Returns:
bool

True if the state was successfully changed. False otherwise.

Notes

If there are no remaining backward steps in recorded history, nothing is done and the function returns False.