Process 类
¥Process class
签名
¥Signature
export declare class Process
构造函数
¥Constructors
构造函数 | 修饰符 | 描述 |
---|---|---|
(constructor)(opts) | 构造 |
属性
¥Properties
属性 | 修饰符 | 类型 | 描述 |
---|---|---|---|
nodeProcess |
| childProcess.ChildProcess |
方法
¥Methods
方法 | 修饰符 | 描述 |
---|---|---|
close() | ||
hasClosed() | ||
kill() | ||
waitForLineOutput(regex, timeout) |