INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Specify 'command', corresponding to the new process
-- The arguments are included in the `command'
-- Specify `program_name', corresponding to the new process
-- and `arguments' to be passed to it
-- Specify 'command', corresponding to the new process
-- that should be run in the default shell
-- Is process running?
-- The OS-dependent exit code of the process
-- Create new process and wait until it finishes
-- Create new process and do not wait until it finishes
-- Create new process and do not wait until it finishes; use specified
-- streams for process input, output and error
-- Wait until running process finishes
-- Close all OS handles
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |