# Pending Indicates if the server is pending approval. ## Example Usage ```typescript import { Pending } from "@lukehagar/plexjs/sdk/models/operations"; let value: Pending = Pending.Enable; ``` ## Values | Name | Value | | --------- | --------- | | `Disable` | 0 | | `Enable` | 1 |