Skip to content

TSTool / Command / Break


Overview

The Break command causes logic to jump out of the current For loop block. It is typically enclosed in an If block. Logic will continue with the command after the corresponding EndFor command.

Command Editor

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

Break

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

Command Syntax

The command syntax is as follows:

Break()

Command Parameters

Parameter                      Description Default                 
None Currently the command does not use any parameters.

Examples

See the automated tests.

Troubleshooting

See Also