pid property

  1. @override
int? get pid
override

The backend process id, if known.

Implementation

@override
int? get pid => _process.pid;