Example ====== System - Shutdown ====== ^ by: | Marc Heimendinger | ^ published: | March 2018 | ^ description: | Shuts Titan down. | ^ remarks: | This affects only the Titan 'surface' program which is shut down without prompt. The Titan Server is not affected and keeps running. | {{tag>Shutdown}} ==== functions ==== * [[:macros:function:Titan.Shutdown]] ===== Code ===== Shuts down the console (without prompt !). Titan.Shutdown() ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] This simply applies the function Titan.Shutdown() whci immediately - and without prompt - shuts Titan down. however, only the 'Surface' program is affected (e.g. TitanOne, Titan Simulator etc) - Titan Server is not affected and keeps running in the background. ===== How to use it ===== * [[:macros:deploying|make this macro available]] * Fire this macro to immediately shut Titan down. ~~DISCUSSION~~