Skip to content

StateDMI / Command / Exit


Overview

The Exit command can be inserted anywhere in a command file and causes the processing of commands to stop at that line. This is useful for temporarily processing a subset of a long list of commands. Multi-line comments (/* */) can also be used to temporarily disable one or more commands. It may also useful to add an Exit command at the end of the file so that it is easy to insert commands above this command when the end line is selected (rather than having to deselect all commands when editing).

In the future the command may be enhanced to have parameters that more explicitly control processing shut-down.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

Exit command editor

Exit Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

Exit(Parameter="Value",...)

Command Parameters

Parameter             Description Default          
There are currently no command parameters.

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also

There are no additional related commands.