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

stopHost() public method

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