Example
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. |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <!-- Shuts down the console (without prompt !). Marc Heimendinger 11/03/2018 --> <macro id="Avolites.Macros.ShutDown" name="Shutdown"> <description>Shuts down the console (without prompt !).</description> <sequence> <step pause="0.01">Titan.Shutdown()</step> </sequence> </macro> </avolites.macros>
This explains the functional steps within the sequence. For all the other XML details please refer to 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.