public class ProcessResults extends Object:
Immutable value object describing the result of a process execution.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly | PIDPID as UInt |
Operating-system process identifier. |
| public readonly | errorerror as String |
Captured standard error. |
| public readonly | exitCodeexitCode as Int |
Process exit status. |
| public readonly | outputoutput as String |
Captured standard output. |