/**
  * @return string
  */
 protected function getRunningFile()
 {
     $tempPath = $this->iniConfiguration->getTempPath();
     return $tempPath . '/' . $this->filename . '.running';
 }