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

# TaskList

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

## What it does

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

## Fields

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