Pointer to Task structure
Source position: exec.pas line 392
type PTask = ^TTask; |
Every Amiga Task has one of these Task structures associated with it. To find yours, use FindTask(nil). Amiga processes tack a few more values on to the end of this structure, which is the difference between Tasks and Processes.
|
Find task by name get own task |
|
|
Add a Task to the System |
|
|
Remove a task from the system |
|
|
Get and set the priority of a task |
|
|
Signal a task |