FsMake


OutputProcessorArgs Type

Type representing the arguments passed to an output processor function.

Union cases

Union case Description

OutputProcessorArgs(exitCode, std, stdErr)

Full Usage: OutputProcessorArgs(exitCode, std, stdErr)

Parameters:
    exitCode : int
    std : string
    stdErr : string

exitCode : int
std : string
stdErr : string