Session.redo
- Session.redo()
Move one step forward in recorded session history.
- Returns:
- bool
True if the state was successfully changed. False otherwise.
Notes
If there are no remaining forward steps in recorded history, nothing is done and the function returns False.