Description
Quits the Shogun the Shogun Post application; causes Shogun causes Shogun Post to begin shutdown. You are prompted to save any unsaved data before completely shutting down.
...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// Perform some long operation and save the scene |
...
// ... |
...
saveFile "C:/data/myfile.hdf"; |
...
...
// Shut down Shogun Post. Since we just saved the scene, we won't be |
...
// prompted to save the scene before shutting down. |
...
exit; |
Additional information
Related commands
...