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
istring toString()

Convenience overload that format this as a string

toString
void toString(FormatterSink sink)

Formatter-compatible string formatting function

Variables

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

Meta