stop()

in electron/syntheticsManager.ts [45:50]


  stop() {
    if (this._cliProcess && !this._cliProcess.kill()) {
      logger.warn('Unable to abort Synthetics test process.');
    }
    this._cliProcess = null;
  }