> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TaskListExt

> TaskListExt data type in the ABBYY FlexiCapture Web Services API: holds the array of extended task records and their count.

## What it does

The **TaskListExt** data type stores the list of tasks.

## Fields

| Name         | Type                                                 | Description                      |
| ------------ | ---------------------------------------------------- | -------------------------------- |
| `Tasks`      | [TaskExt](/flexi-capture/api/structures/task-ext)\[] | The set of task records.         |
| `TasksCount` | `int`                                                | The number of tasks in the list. |
