Aerys\Bootstrapper.Bootstrapper.::update PHP Method

update() public method

public update ( Server $server ) : Promise
$server Server
return Promise
                    public function update(Server $server) : Promise
                    {
                        if ($server->state() === Server::STOPPING) {
                            $this->isStopping = true;
                        }
                        return new Success();
                    }