Type representing the arguments passed to an output processor function.
Union case | Description |
Full Usage:
OutputProcessorArgs(exitCode, std, stdErr)
Parameters:
int
std : string
stdErr : string
|
|