<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSPrinter/TableStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSPrinterTableStatus"
  },
  "title" : "NSPrinter.TableStatus"
}
-->

# NSPrinter.TableStatus

Constants that describe the state of a printer information table stored by a printer object.

```
enum TableStatus
```

## Overview

These constants are used by [`statusForTable:`](/documentation/AppKit/NSPrinter/statusForTable:).

## Topics

### Constants

[`NSPrinterTableOK`](/documentation/AppKit/NSPrinter/TableStatus/ok)

Printer table was found and is valid.

[`NSPrinterTableNotFound`](/documentation/AppKit/NSPrinter/TableStatus/notFound)

Printer table was not found.

[`NSPrinterTableError`](/documentation/AppKit/NSPrinter/TableStatus/error)

Printer table is not valid.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)