Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

RemTask

Remove a task from the system

Declaration

Source position: exec.pas line 1904

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: 2021-07-30