Lingo Dictionary > G-K > halt

 

halt

Syntax

halt

Description

Command; exits the current handler and any handler that called it and stops the movie during authoring or quits the projector during run time from a projector.

Example

This statement checks whether the amount of free memory is less than 50K and, if it is, exits all handlers that called it and then stops the movie:

if the freeBytes < 50*1024 then halt

See also

abort, exit, pass, quit