@lynx-js/lynxtron / UtilityProcess
UtilityProcess
继承
unknown
构造函数
new UtilityProcess()
返回
继承自
EventEmitter.constructor
属性
pid
The PID of the process.
定义于
apis/api/utility-process.d.ts:14
stderr
A Readable Stream that represents the process's stderr.
定义于
apis/api/utility-process.d.ts:22
stdout
A Readable Stream that represents the process's stdout.
定义于
apis/api/utility-process.d.ts:18
方法
kill()
Terminates the process gracefully. On some operating systems, the process will be terminated immediately.
返回
boolean
定义于
apis/api/utility-process.d.ts:27
postMessage()
Send a message to the child process.
参数
返回
void
定义于