1
0
Fork 0
js-utils/docs/api/js-utils.waitforchild.md

25 lines
600 B
Markdown
Raw Normal View History

2020-03-29 13:43:52 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [waitForChild](./js-utils.waitforchild.md)
## waitForChild() function
Wait for a child process to exit, collecting output, errors, and exit status.
2020-03-29 13:43:52 +00:00
<b>Signature:</b>
```typescript
export declare function waitForChild(child: ChildStreams): Promise<ChildResult>;
2020-03-29 13:43:52 +00:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| child | <code>ChildStreams</code> | |
2020-03-29 13:43:52 +00:00
<b>Returns:</b>
`Promise<ChildResult>`