Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
SysKill


NAME

SysKill - send a signal to a process or a group of processes

SYNOPSIS

PROCEDURE Kill(pid: SystemTypes.ProcessId;
               sig: SystemTypes.Sig) : BOOLEAN;

DESCRIPTION

Kill sends sig to the process or process group specified by pid. See kill(2) for a more detailed description.

DIAGNOSTICS

On failure, FALSE is returned and Errno.errno is set.

SEE ALSO

kill(2), SysSignal
Edited by: borchert, last change: 1997/02/26, revision: 1.1, converted to HTML: 1997/04/28

Modula-2 || Compiler & Tools || Library || Search Engine