Contents

virtualMachine(_:didStopWithError:)

Tells the delegate that the VM stopped because of an error.

Declaration

optional func virtualMachine(_ virtualMachine: VZVirtualMachine, didStopWithError error: any Error)

Parameters

  • virtualMachine:

    The VM that called the delegate method.

  • error:

    The error.

See Also

Stopping the VM