Preparing Rolling Demonstrations with WorkShop Visual Replay
Preparing Rolling Demonstrations with WorkShop Visual Replay
A script prepared using WorkShop Visual Replay can be run in a "continuous loop" using a simple shell script, as shown below:
while (true)
{
visu_replay -f mydemo.xds myapplication
}
end
Note - When preparing such a rolling demonstration, always ensure that the last part of your script has commands which place your application in a state from which it can be re-run.
See also: