Пример #1
0
  public boolean isDone() {
    if (activeCom == null) return false;

    return activeCom.isDone();
  }