is_complete method

bool is_complete()

Implementation

bool is_complete() {
  return completer.isCompleted;
}