<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DiskArbitration",
  "identifier" : "/documentation/DiskArbitration/DADissenterGetStatus(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Disk Arbitration"
    ],
    "preciseIdentifier" : "c:@F@DADissenterGetStatus"
  },
  "title" : "DADissenterGetStatus(_:)"
}
-->

# DADissenterGetStatus(_:)

Obtains the return code.

```
func DADissenterGetStatus(_ dissenter: DADissenter) -> DAReturn
```

## Parameters

`dissenter`

The DADissenter for which to obtain the return code.

## Return Value

The return code. A BSD return code, if applicable, is encoded with unix_err().

## Discussion

---

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)