kill

Kill all pids in the map.

Repeats until all pids are killed. It will continiue until all processes are killed by generating an updated PidMap and inspecting it to see that no new processes have been started.

@safe @trusted nothrow
kill
(,
Flag!"onlyCurrentUser" user
,
int signal = core.sys.posix.signal.SIGKILL
)

Return Value

Type: RawPid[]

a pid list of the killed pids that may need to be called wait on.

TODO: remove @trusted when upgrading the minimum compiler >2.091.0

Meta