Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbRedoToHandle

dbRedoToHandle(
[ t_handleName ]
)
=> t / nil

Description

Invokes redo up to the given handle. If no handle name is given, it rolls forward to the next labeled checkpoint.

Arguments

t_handleName

The handle name.

Value Returned

t

The redo was invoked.

nil

The redo was not invoked.

Examples

dbRedoToHandle("my_checkpoint")

Related Topics

Undo and Redo Functions

Return to top
 ⠀
X