is_complete method

bool is_complete()

GeneralLib

Implementation

bool is_complete() {
  return completer.isCompleted;
}