HELP
An object that stops the execution of a
model.

USE
Use Stop to pause the execution of all
threads in the model and return an error
code.  Stop is usually used after testing for
a certain condition.

LOCATION
Flow ==> Stop

OPEN VIEW PARAMETERS

Exit Code - A number that indicates the
status of the model.  You can type the Exit
Code in the recessed rectangle or add it as a
data input.  The Exit Code is an 8-bit
integer that is output to the operating
system; if the output is greater than 255, it
is output modulo 256 (256 is output as 0).

If you run HP VEE with the -r option, Stop
exits HP VEE.

SEE ALSO
Exit Thread, Exit UserObject, Raise Error,
Start, and Stop.
