?int $index job id:
public function wait($index = null) : void { while (true) { if (0 === $this->countActiveJobs($index)) { return; } usleep(1000); } }