210
edits
Jamesboston (talk | contribs) (An inauspicious start?) |
Jamesboston (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
// alternatively it could opened with interprocess communication | // alternatively it could opened with interprocess communication | ||
process.open(arguments, arguments.length, stdin, stdout, stderr) | process.open(arguments, arguments.length, stdin, stdout, stderr) | ||
// stdin | // stdin - callback | ||
// stdout | // stdout - callback | ||
// stderr | // stderr - callback | ||
// check if the executable is still running | // check if the executable is still running |
edits