This is automatic generated document for things in Swow\Process\ProcessInterface class
Interface ProcessInterface
Methods
Method getPid
public function getPid ( ) : int Method hasExited
public function hasExited ( ) : bool Method kill
public function kill ( int $signal ) : void Method wait
public function wait ( int $timeout ) : ProcessExitStatus