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

RemTask

Remove a task from the system

Declaration

Source position: exec.pas line 1793

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