417 B
417 B
sidebar_label |
---|
Process.waitForLineOutput |
Process.waitForLineOutput() method
Signature:
class Process {
waitForLineOutput(regex: RegExp, timeout?: number): Promise<string>;
}
Parameters
Parameter | Type | Description |
---|---|---|
regex | RegExp | |
timeout | number | (Optional) |
Returns:
Promise<string>