Namespace node.child_process
- Defined in: node.child_process.js
Method Summary
Method Attributes | Method Name and Description |
---|---|
static |
node.child_process.exec(command, options, callback)
|
static |
node.child_process.execFile(file, options, callback)
|
static |
node.child_process.spawn(path, args, options, customFds)
|
Method Detail
-
static node.child_process.exec(command, options, callback)
- Parameters:
- {string} command
- {Object} options
- {function(Error?|...[*]):undefined} callback
-
static node.child_process.execFile(file, options, callback)
- Parameters:
- {string} file
- {Object} options
- {function(Error?|...[*]):undefined} callback
-
static node.child_process.spawn(path, args, options, customFds)
- Parameters:
- {string} path
- {Array.<*>} args
- {Object} options
- {string} customFds