Skip to content

TSTool / Command / Continue


Overview

The Continue command causes logic to jump to the end of the current For loop block. It is typically enclosed in an If block. The loop will then increment the iteration property and the loop with either execute another iteration or will be complete and 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.

Continue

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

Command Syntax

The command syntax is as follows:

Continue()

Command Parameters

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

Examples

See the automated tests.

Troubleshooting

See Also