| Syntax |
|
| Documentation | $process.waitForAll: This function is equivalent to waitFor but instead of waiting for one process it waits for all processes in the process cache (see $process.waitFor and $process.list).
|
| Examples | |
$process.fork{wget --help}
$process.setInputEOF{}
Stdout: $process.getStdout{}Stderr: $process.getStderr{}$process.waitForAll{} Exitvalue: $process.getExitValue{} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 0 |
| Maximum parameters | 0 |