---
title: FSDeactivateItemResult
framework: fskit
role: symbol
role_heading: Class
path: fskit/fsdeactivateitemresult
---

# FSDeactivateItemResult

The result of a deactivate-item call.

## Declaration

```swift
class FSDeactivateItemResult
```

## Overview

Overview Use this type in your implementation of deactivateItem(_:context:replyHandler:)

## Topics

### Creating a deactive-item result

- [init(freeSpace:)](fskit/fsdeactivateitemresult/init(freespace:).md)
- [FSFreeSpace](fskit/fsfreespace.md)

## Relationships

### Inherits From

- [FSVolumeHandlerResult](fskit/fsvolumehandlerresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Deactivating an item

- [deactivateItem(_:context:replyHandler:)](fskit/fsvolume/itemdeactivationhandler/deactivateitem(_:context:replyhandler:).md)
