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 FieldDescription
Errors
Signature: List<string>
ExitCode
Signature: int
Messages
Signature: List<string>

Instance members

Instance memberDescription
x.OK
Signature: bool

Static members

Static memberDescription
ProcessResult.New(...)
Signature: exitCode:int -> messages:List<string> -> errors:List<string> -> ProcessResult