> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [SuperOffice.WebApi.Data.NewsFeedItemStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItemStatus.md)
- [newsfeeditemstatusprovider](/en/api/mdo-providers/reference/newsfeeditemstatusprovider.md)
- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [NewsFeedItem table](/en/database/tables/newsfeeditem.md)
- [Post News Feed Item](/en/api/reference/restful/agent/newsfeed_agent/post-news-feed-item.md)
