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