Difference between revisions of "Halt"
From Wiki
m |
|||
Line 1: | Line 1: | ||
{{command header|Flow Control}} | {{command header|Flow Control}} | ||
− | {{body|halt| The ''halt'' command ends the execution of the script. The script cannot be restarted. This command does exactly the same as [[stop]].}} | + | {{body|halt|The ''halt'' command ends the execution of the script. The script cannot be restarted. This command does exactly the same as [[stop]].}} |
==== Example ==== | ==== Example ==== |
Revision as of 18:09, 28 August 2005
Synopsis
halt
Description
The halt command ends the execution of the script. The script cannot be restarted. This command does exactly the same as stop.
Example
if #findcnt < %amountNeeded halt
See also
Main Page | Documentation |