---
title: Aborted
framework: driverkit
role: symbol
role_heading: Instance Method
path: driverkit/osaction/aborted
---

# Aborted

Calls the abort handler of the action object.

## Declaration

```occ
virtual void Aborted();
```

## Discussion

Discussion Don’t call this method directly. The system calls it when no other objects reference the action object.

## See Also

### Ending the Action Early

- [Cancel](driverkit/osaction/cancel.md)
- [OSActionAbortedHandler](driverkit/osactionabortedhandler.md)
- [OSActionCancelHandler](driverkit/osactioncancelhandler.md)
