Process.Result

Result returned by wait().

Members

Enums

Exit
anonymousenum Exit

Reasons returned by wait() indicating why the process is no longer running.

Functions

toString
immutable(char)[] toString()

Returns a string with a description of the process execution result.

Variables

reason
int reason;
Undocumented in source.
status
int status;
Undocumented in source.

Meta