Navigation
Synopsis Process Identifiers (PID).
Types
alias PID = int;
Usage import util::ShellExec;
Description Process IDentifiers (PIDs) are used to identify external processes. A PID is returned by createProcess and is required for any further interaction with the created process.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.