Process

A process.

Constructors

this
this(NativeProcess process)

Constructs a new high level process from its native equiavlent.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

kill
bool kill()

Kills the given process.

Properties

pid
uint pid [@property getter]

The ID of the process.

thisProcess
Process thisProcess [@property getter]

The current running process.

Meta