Command
WAIT ON RESTORE
Description
This command is used in scripts to force the script to stop executing until the connection has finished restoring
Syntax
WAITONRESTORE <rest_id>
Options
rest_id—Restoration ID assigned to the source/target connection
Examples
waitonrestore 1
Notes
This command requires using the source command immediately before the waitonrestore command.