in src/EnterpriseSearch/Schema/CrawlerInfo.php [28:32]
public function __construct(bool $running, CrawlerWorkersPoolInfo $workers) { $this->running = $running; $this->workers = $workers; }