Contents

guestDidStop(_:)

Tells the delegate that the guest operating system stopped the VM.

Declaration

optional func guestDidStop(_ virtualMachine: VZVirtualMachine)

Parameters

  • virtualMachine:

    The VM that called the delegate method.

See Also

Stopping the VM