> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum CheckoutState

> Enum listing the possible checkout states of a document, as seen from outside the document plugin

Enum listing the possible checkout states of a document, as seen from outside the document plugin

## Syntax

```crmscript theme={null}
CheckoutState
```

## Fields

| Name                | Description                                                                                                                                                                                                 |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NotCheckedOut       | Document is not checked out                                                                                                                                                                                 |
| CheckedOutOwn       | Document is checked out, to the user making the query                                                                                                                                                       |
| CheckedOutOther     | Document is checked out, to a user different from the one making the query                                                                                                                                  |
| LockingNotSupported | Locking is not supported or selected for this document. The document is always 'writeable' in the sense of not being protected by any locks. The document may still be read-only due to Sentry constraints. |
