NAME
	halt

SYNOPSIS
	halt

DESCRIPTION
	The halt command allows PSD to halt on error, thus preventing the next
	test or iteration from executing.  By default, PSD will stop test
	execution when an error occurs (halt on error).

	The halt command also controls the manner in which error messages are
	displayed.  When continue on error is enabled, pagination is turned off
	and error messages simply scroll on the console.  However, when halt on
	error is enabled, pagination is turned on.

See also: 
	continue, exit


