ServerShutdown function for IBM Planning Analytics (TM1)
ServerShutdown shuts down the TM1 Server. It can only be used if the TM1 Server runs as an application, not a Windows service.

Where can the ServerShutdown function be used?
TurboIntegrator

Which TM1 Server version is the ServerShutdown function available for?
Version 11

What is the syntax for ServerShutdown?
ServerShutdown(SaveData)
- SaveData = save changes to the TM1 Server before shutdown using a boolean value
- 1 = save changes
- 0 = do not save

Relevant Functions
- BatchUpdateStart = Enables batch updates so changes can be committed together when BatchUpdateFinish or BatchUpdateFinishWait is called.
- BatchUpdateFinishWait = Ends the batch process until a lock becomes available that was started by BatchUpdateStart.
- CubeSaveData = Serialises a cube to disk
- DisableBulkLoadMode = Disables bulk load processing on the TM1 Server
- EnableBulkLoadMode = Enables bulk load processing to improve process efficiency
- RefreshMDXHierarchy = Refresh MDX hierarchies without requiring a server restart
- SaveDataAll = Saves all changes made on the TM1 server
- ServerShutdown = Shuts down the TM1 Server