module api.scripts.wait_process
wait for a process to finish.
usage: wait_process [-h] PIDS [PIDS ...]
This command just blocks until all processes specified in PIDS exits.
positional arguments: PIDS
optional arguments:
-h, --help show this help message and exit