DataSift\Storyplayer\HostLib\VagrantVms::restartHost PHP Method

restartHost() public method

public restartHost ( stdClass $envDetails ) : void
$envDetails stdClass
return void
    public function restartHost($envDetails)
    {
        // if you really want to do this from your story, use
        // $st->usingVagrantVm()->restartHost()
        throw new E5xx_ActionFailed(__METHOD__, "unsupported operation");
    }