isSupported
A Boolean value that indicates whether the system supports virtualization.
Declaration
class var isSupported: Bool { get }Discussion
If virtualization is unavailable on the current device, no configuration is valid. If you want to know more about why virtualization is unavailable, call the validate() method of VZVirtualMachineConfiguration and examine the returned error object.