Difference between revisions of "Halt"

From Wiki
Jump to: navigation, search
Line 7: Line 7:
 
halt
 
halt
 
</pre>
 
</pre>
 
+
== Related Commands ==
 +
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
 +
| Width=250px align=center | [[Stop]]
 +
|}
 
{{footer}}
 
{{footer}}

Revision as of 11:41, 3 August 2007

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

Related Commands

Stop

See also

Main Page Documentation