Returns a list with named elements process, output,
error, stop, and log.
process is the object from calling process.
output and error are the functions reading the latest
messages from "stdout" and "stderr" since the last call whereas log
is the function that reads all messages.
Lastly, stop call the kill method in
process to the kill the process.