FsMake


ProcessResult<'a> Type

Contains the exit code and output of a process (if redirected).

Record fields

Record Field Description

ExitCode

Full Usage: ExitCode

Field type: int

Gets the exit code returned by the process.

Field type: int

Output

Full Usage: Output

Field type: 'a

Gets the process' output (if redirected).

Field type: 'a