Contents

customVirtioDeviceWillResume(_:)

The method the framework calls when a device resumes.

Declaration

optional func customVirtioDeviceWillResume(_ device: VZCustomVirtioDevice)

Parameters

  • device:

    The device invoking the delegate method.

Discussion

A device is in a resumed state when its corresponding VZVirtualMachine resumes from the paused state. This happens when you call resume().