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

> Lists the enum values for TaskListItemType.

## TaskListItemType Enum

Type of task item Url, SoProtocol or CRMScript.

| Name       | Value | Description |
| ---------- | ----- | ----------- |
| None       | 0     | None        |
| Url        | 1     | Url         |
| CrmScript  | 2     | Crm Script  |
| SoProtocol | 3     | SoProtocol  |

## Usage

* [TaskMenu](../taskmenu).taskType - List items to merge into menues


## Related topics

- [Enum TaskListItemType](/en/automation/crmscript/reference/CRMScript.NetServer.TaskListItemType.md)
- [SuperOffice.WebApi.Data.TaskListItemType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItemType.md)
- [Enum values for ShowTaskItemInClient](/en/database/tables/enums/showtaskiteminclient.md)
- [Enum values for TaskType](/en/database/tables/enums/tasktype.md)
- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [TaskMenu table](/en/database/tables/taskmenu.md)
