<!--
{
  "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

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

Printer table was found and is valid.

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

Printer table was not found.

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

Printer table is not valid.



---

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)