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

# Queue

> Queue data type in the ABBYY FlexiCapture Web Services API: fields describing the document queue at a processing stage, including task counts and stage type.

## What it does

The **Queue** data type stores information about the document queue at the processing stage.

## Fields

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>Id</p></td><td><p>int</p></td><td><p>The queue ID</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>The name of the queue</p></td></tr><tr><td><p>StageType</p></td><td><p>int</p></td><td><p>The type of the processing stage. See <a href="/flexi-capture/api/structures/t-processing-stage-type">ProcessingStageType</a> for possible values</p></td></tr><tr><td><p>TaskCount</p></td><td><p>int</p></td><td><p>The number of tasks at the processing stage</p></td></tr><tr><td><p>UserTaskCount</p></td><td><p>int</p></td><td><p>The number of tasks at the processing stage assigned to the given user</p></td></tr><tr><td><p>PostponedTaskCount</p></td><td><p>int</p></td><td><p>The number of tasks at the processing stage postponed by the user</p></td></tr><tr><td><p>IsEnabled</p></td><td><p>bool</p></td><td><p>A flag which shows if the processing stage is on or off. Possible values:</p><ul><li><strong>True</strong> - the processing stage is enabled</li><li><strong>False</strong> - the processing stage is disabled</li></ul></td></tr></tbody></table>
