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

powerOffHost() public method

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