Example #1
0
 /**
  * Determines if a import is already running.
  *
  * @return bool
  *   TRUE if an import is already running, FALSE if not.
  */
 public function alreadyImporting()
 {
     return !$this->lock->lockMayBeAvailable(static::LOCK_NAME);
 }