###Function###
ProcessSetPriority

###Description###
Changes the priority of a process.

###Syntax###
ProcessSetPriority ( "process", priority )


###Parameters###
@@ParamTable@@
process
	The name or PID of the process to check.
priority
	A flag which determines what priority to set
		0 = Idle/Low
		1 = Below Normal
		2 = Normal
		3 = Above Normal
		4 = High
		5 = Realtime (Use with caution, may make the system unstable)
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 and sets the @error flag to non-zero.
@error:	1.
	2 if attempting to use an unsupported priority class.
@@End@@


###Remarks###
None.


###Related###
ProcessList


###Example###
@@IncludeExample@@
