> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for NewsFeedItemStatus

> Lists the enum values for NewsFeedItemStatus.

## NewsFeedItemStatus Enum

Indicates if the item is being handled by a CTA. (normal, processing, processed)

| Name     | Value | Description                                                 |
| -------- | ----- | ----------------------------------------------------------- |
| Normal   | 0     | Normal - nothing special has happened yet.                  |
| Handling | 1     | Processing has started - the item is being handled by a CTA |
| Handled  | 2     | Handled - the item has been processed by a CTA              |

## Usage

* [NewsFeedItem](../newsfeeditem).Status - Contains news feed items - published to one or more users, with one or more language descriptions
