Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

pTask

Pointer to Task structure

Declaration

Source position: exec.pas line 684

type pTask = ^tTask;

Description

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.

See also

FindTask

  

Find task by name get own task

AddTask

  

Add a Task to the System

RemTask

  

Remove a task from the system

SetTaskPri

  

Get and set the priority of a task

Signal

  

Signal a task


Documentation generated on: 2021-07-30