isDone method

bool isDone()

Implementation

bool isDone() {
  return _done;
}