@DATABASE "Control of Task"

@NODE MAIN "Control of Task"

@FONT Topaz 11@{fg shine}                                  @{u}TASKS@{uu}
			                      
@{fG text}
	I can't present them, because if you don't know them, them you have
not an AMIGA.
@{bg fill}
			@{" _task Find    " Link _task_Find}
			@{" _task Set Pri " Link _task_Set_Pri}
@ENDNODE

@NODE _task_Find "_task Find"
@{BG Text}@{FG Fill}_task Find 
@{BG BackGround}@{FG Text}
  Searchs a task by name, and returns its pointer.

		TASK=_task Find(PTXT)

		PTXT	-> String address

@ENDNODE

@NODE _task_Set_Pri "_task Set Pri"
@{BG Text}@{FG Fill}_task Set Pri
@{BG BackGround}@{FG Text}
  Change task priority, and returns old one.

		OLDPRI=_task Set Pri(TASK,NEWPRI)

		TASK	-> Pointer of task
	        NEWPRI	-> New priority (-127 to 128)


@ENDNODE

