$process.waitForAll

Waits until all processes in the process cache exited.
Syntax
    $process.waitForAll
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).

    Paramter: No parameters. Returns:
      void
Examples
$process.fork{wget --help} $process.setInputEOF{} Stdout:
$process.getStdout{}

Stderr:
$process.getStderr{}

$process.waitForAll{} Exitvalue: $process.getExitValue{}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters0
Maximum parameters 0