Process.opCast

Check whether this is a valid process handle. The process may have exited already.

struct Process
const nothrow
bool
opCast
(
T
)
()
if (
is(T == bool)
)

Examples

Process p;

assert(!p);

Meta