NAME
	exit

SYNOPSIS
	exit

DESCRIPTION
	The exit command allows PSD to exit on error.  By default, PSD will
	stop test execution when an error occurs (halt on error).  If exit on
	error is set, PSD will display and log the error, then exit.

	Exit on error is useful when running PSD from a shell script.  If PSD
	executes without an error, the exit code is zero.  If an error has
	occurred, the exit code is -1.

See Also: 
	continue, halt, quit


