Runs an operating system process.
os_process->close is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->open is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->read is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readError is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readLine is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->write is a member in the Processes group; call it on the receiver shown before the arrow.
Runs a system process with pipe access.
sys_process->close is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.
Returns child exit code.
sys_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.
Opens a child process.
Reads child stdout bytes.
Reads child stderr bytes.
sys_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->testExitCode is a member in the Processes group; call it on the receiver shown before the arrow.
Waits for child process exit.
Writes to child stdin.