InitTasks

Reset internal task pointers to the beginning of the task.

Syntax:  InitTasks(task list)

Example:

InitTasks()	' Initialize all tasks in the program

InitTasks(ADCReader, USARTHandeler) 	' only initialize the ADCReader, and                         
          				' USARTHandeler tasks

Also See: Multitasking