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

> Lists the enum values for TaskDirection.

## TaskDirection Enum

1 = incoming, 2 = outgoing, see EAppntDirection

| Name     | Value | Description                                                                                                                               |
| -------- | ----- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown  | 0     | Unknown - used when initializing                                                                                                          |
| Incoming | 1     | The task is sent in to SuperOffice CRM 5                                                                                                  |
| Outgoing | 2     | The task is sent out from SuperOffice CRM 5                                                                                               |
| SaintAll | 3     | All' choice for Saint. This is NOT an acceptable value for a task definition, but is used by the Saint system for indexing all directions |

## Usage

* [Task](../task).direction - Task list table, activity types, like Phone, Meeting


## Related topics

- [Enum TaskDirection](/en/automation/crmscript/reference/CRMScript.NetServer.TaskDirection.md)
- [SuperOffice.WebApi.Data.TaskDirection](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskDirection.md)
- [Enum values for AppntDirection](/en/database/tables/enums/appntdirection.md)
- [Enum values for DocTmplDirection](/en/database/tables/enums/doctmpldirection.md)
- [Enum values for CriteriaGroupDirection](/en/database/tables/enums/criteriagroupdirection.md)
- [Enum values for TaskType](/en/database/tables/enums/tasktype.md)
