pid property

int? pid
final

The optional PID of the invoked process.

This will only be populated when ProcessStartMode.detached or ProcessStartMode.detachedWithStdio are specified as the start mode given to ProcessRunner.runProcess.

Implementation

final int? pid;