The environment variables for the task
ReadonlyisCheck if the task is currently running
ReadonlypidThe process ID of the running task
ReadonlyterminationThe termination reason
ReadonlyterminationThe termination status of the task
The working directory for the task
Close the task's stdin
Interrupt the task (send SIGINT)
Terminate the task with extreme prejudice (send SIGKILL)
Pause the task (send SIGSTOP)
Resume the task (send SIGCONT)
Write data to the task's stdin
The string data to write
Terminate the task (send SIGTERM)
Wait for the task to complete (blocking)
Object representing an external process task