---
title: HV_SUCCESS
framework: hypervisor
role: symbol
role_heading: Global Variable
path: hypervisor/hv_success
---

# HV_SUCCESS

The operation completed successfully.

## Declaration

```swift
var HV_SUCCESS: Int { get }
```

## See Also

### Return Values

- [HV_ERROR](hypervisor/hv_error.md)
- [HV_BUSY](hypervisor/hv_busy.md)
- [HV_BAD_ARGUMENT](hypervisor/hv_bad_argument.md)
- [HV_NO_RESOURCES](hypervisor/hv_no_resources.md)
- [HV_NO_DEVICE](hypervisor/hv_no_device.md)
- [HV_UNSUPPORTED](hypervisor/hv_unsupported.md)
