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