getRunningPort method

int getRunningPort()

Implementation

int getRunningPort(){
  if(!_isRunning) return -1;
  return _port as int;
}