Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.09 KB

File metadata and controls

65 lines (34 loc) · 1.09 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

encoding

BufferEncoding

The encoding of the output. If not provided, the output will not be collected.