Contents

customVirtioDeviceShouldRestore(_:saveState:)

The method the framework calls when a device restores its state.

Declaration

optional func customVirtioDeviceShouldRestore(_ device: VZCustomVirtioDevice, saveState: Data) -> Bool

Parameters

Discussion

This method should return NO if restore operation failed.