Пример #1
0
 /**
  * Action to take if this item status is unclear
  * @param Status $status
  * @param boolean $isBackground
  */
 public function processUnchecked(Status $status, $isBackground)
 {
     //TODO: Show warning to the user: The file can not be checked
     $this->logError('Not Checked. ' . $status->getDetails());
 }