/**
  * Allows access to protected maxExecTimeExceeded method.
  *
  * @return bool
  *   The threshold exceeded value.
  */
 public function maxExecTimeExceeded()
 {
     return parent::maxExecTimeExceeded();
 }