Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
ProcessResult
A process result including error code, message log and errors.
Record Fields
Record Field | Description |
Errors
Signature: List<string>
|
|
ExitCode
Signature: int
|
|
Messages
Signature: List<string>
|
Instance members
Instance member | Description |
x.OK
Signature: bool
|
Static members
Static member | Description |
ProcessResult.New(...)
Signature: exitCode:int -> messages:List<string> -> errors:List<string> -> ProcessResult
|