Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagetext
// 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

...