Variable Process.pid

Declaration

struct Process
{
  // ...
  std.process.Pid pid;
  // ...
}