add($this); if(!$this->isRunning() and !$this->isJoined() and !$this->isTerminated() and !$this->isShutdown()){ return parent::start($options); } return false; } }