<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSDeactivateItemResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSDeactivateItemResult"
  },
  "title" : "FSDeactivateItemResult"
}
-->

# FSDeactivateItemResult

The result of a deactivate-item call.

```
class FSDeactivateItemResult
```

## Overview

Use this type in your implementation of [`deactivateItem(_:context:replyHandler:)`](/documentation/FSKit/FSVolume/ItemDeactivationHandler/deactivateItem(_:context:replyHandler:))

## Topics

### Creating a deactive-item result

[`init?(freeSpace: FSFreeSpace?)`](/documentation/FSKit/FSDeactivateItemResult/init(freeSpace:))

Creates a result for an item-deactivation operation.

[`class FSFreeSpace`](/documentation/FSKit/FSFreeSpace)

A free space object that pairs free space values with atomic sequence numbers.

## Relationships

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`FSVolumeHandlerResult`](/documentation/FSKit/FSVolumeHandlerResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)