PosixProcess

Undocumented in source.

Constructors

this
this(uint pid)

Constructs a new PosixProcess.

Members

Functions

kill
bool kill()

Kills the given process.

Properties

pid
uint pid [@property getter]

The ID of the process.

Meta