pid (PID) - input

      Identifier of the process whose termination is being waited for.

      The values of this field are as follows:

    • Any child process. The current thread waits until any child process that was executed with a return code ends, or until there are no more child processes of any type to wait for.

      <>0

        The indicated child process and all its descendants.


      [Back] [Next]