ready method

bool ready()

Implementation

bool ready() {
  return (config.getCategories().isNotEmpty);
}