Start a process
process_initialize(
self,
private,
command,
args,
stdin,
stdout,
stderr,
pty,
pty_options,
connections,
poll_connection,
env,
cleanup,
cleanup_tree,
wd,
echo_cmd,
supervise,
windows_verbatim_args,
windows_hide_window,
windows_detached_process,
encoding,
post_process
)
this
this$private
Command to run, string scalar.
Command arguments, character vector.
Standard input, NULL to ignore.
Standard output, NULL to ignore, TRUE for temp file.
Standard error, NULL to ignore, TRUE for temp file.
Whether we create a PTY.
Connections to inherit in the child process.
Whether to create a connection for polling.
Environment vaiables.
Kill on GC?
Kill process tree on GC?
working directory (or NULL)
Echo command before starting it?
Should the process be supervised?
Assumed stdout and stderr encoding.
Post processing function.