> ## 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 ChatSessionStatus

> Chat Session status

Chat Session status

## Syntax

```crmscript theme={null}
ChatSessionStatus
```

## Fields

| Name            | Description                                              |
| --------------- | -------------------------------------------------------- |
| Invalid         | Unknown                                                  |
| PreChatForm     | PreChatForm                                              |
| Faq             | FAQ                                                      |
| OfflineForm     | OfflineForm                                              |
| InQueue         | InQueue - waiting to be picked up                        |
| CustomerLast    | CustomerLast - customer wrote last message               |
| UserLast        | UserLast - user agent wrote last message                 |
| Finished        | Finished - may be deleted later                          |
| Deleted         | Deleted - ready to delete. Usually cleaned within 24 hrs |
| Closed          | Closed                                                   |
| RequestPosted   | RequestPosted                                            |
| ClosedFromQueue | ClosedFromQueue                                          |
