The full path to the executable to run
An array of arguments to pass to the executable
Optional callback called when the task terminates with exit code and reason
Optional dictionary of environment variables for the task
Optional callback called when the task produces output; stream is "stdout" or "stderr"
A task object. Call start() to begin execution.
Create a new task