system.kill

Synopsis

local system = require "system"
system.kill(pid: integer, sig: integer)

Description

See kill(2).

Only the master VM is allowed to use this function.