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

RemTask

Remove a task from the system

Declaration

Source position: exec.pas line 1256

procedure RemTask(

  Task: PTask

);

Arguments

Task

  

A pointer to the task node representing the task to be removed. A zero value indicates self removal, and will cause the next ready task to begin execution.

See also

AddTask

  

Add a Task to the System

AllocEntry

  

Allocate many regions of memory


Documentation generated on: 2017-01-10