pid property

num get pid

The operating system's process ID for the sub-process.

Implementation

_i2.num get pid => _i3.getProperty(
      this,
      'pid',
    );