Method | Type | Status |
---|---|---|
spawn(cmd, args [, opts]) |
Subprocess | ✅ Implemented |
execFile(cmd, args, opts, callback) |
— | ✅ Implemented |
Method/Property | Type | Status | Notes |
---|---|---|---|
stdout |
Stream handler | ✅ Implemented | — |
stderr |
Stream handler | ✅ Implemented | — |
on(event) |
— | ✅ Implemented | Listens to the exit event |
Method | Type | Status | Notes |
---|---|---|---|
on(event) |
— | ✅ Implemented | Listens to the data event |