public boolean isDone() {
    if (activeCom == null) return false;

    return activeCom.isDone();
  }