public function CheckBreak()
 {
     return time() - $this->startTime > CFilemanUtils::GetTimeout();
 }