Home > @rushstack/node-core-library > IWaitForExitWithBufferOptions
IWaitForExitWithBufferOptions interface
The options for running a process to completion using Executable.waitForExitAsync().
Signature:
export interface IWaitForExitWithBufferOptions extends IWaitForExitOptions
Extends: IWaitForExitOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
'buffer' | The encoding of the output. If not provided, the output will not be collected. |