[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

PTask

Pointer to Task structure

Declaration

Source position: exec.pas line 653

type PTask = ^TTask;

Description

Every Amiga Task has one of these Task structures associated with it. To find yours, use FindTask(nil). Aros 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: 2017-01-10