Constructor
new ProcessOutput(streamType, chunk)
Parameters:
| Name | Type | Description | 
|---|---|---|
| streamType | 'stdout' | 'stderr' | |
| chunk | Buffer | String | 
- Source:
Members
asString :String
    Provides the chunk as string, converted to utf-8.
    Type:
- String
- Source:
isStdErr :Boolean
Type:
- Boolean
- Source:
isStdOut :Boolean
Type:
- Boolean
- Source: