Quit the Vizard simulation
| <viz>.quit() |
Use this command to exit Vizard by closing down all windows and releasing system resources where necessary. This will evoke a viz.EXIT_EVENT.
NOTE: This command will not take effect immediately. Vizard must wait until the current frame is finished being rendered before it can exit.
None