Home > @rushstack/node-core-library > IWaitForExitResult
IWaitForExitResult interface
The result of running a process to completion using Executable.waitForExitAsync(), or Executable.waitForExitAsync().
Signature:
export interface IWaitForExitResult<T extends Buffer | string = never> extends IWaitForExitResultWithoutOutput
Extends: IWaitForExitResultWithoutOutput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
T | The process stderr output, if encoding was specified. | ||
T | The process stdout output, if encoding was specified. |