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

startHost() public method

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