---
title: HV_EXIT_REASON_CANCELED
framework: hypervisor
role: symbol
role_heading: Global Variable
path: hypervisor/hv_exit_reason_canceled
---

# HV_EXIT_REASON_CANCELED

The value that identifies exits requested by exit handler on the host.

## Declaration

```swift
var HV_EXIT_REASON_CANCELED: hv_exit_reason_t { get }
```

## See Also

### Exit Reasons

- [HV_EXIT_REASON_EXCEPTION](hypervisor/hv_exit_reason_exception.md)
- [HV_EXIT_REASON_VTIMER_ACTIVATED](hypervisor/hv_exit_reason_vtimer_activated.md)
- [HV_EXIT_REASON_UNKNOWN](hypervisor/hv_exit_reason_unknown.md)
