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

# GetPostponedTasks

> ABBYY FlexiCapture Web Services API の GetPostponedTasks メソッドを使用して、指定した処理ステージにある保留中のタスクを一覧表示し、Task 配列を返します。

<div id="what-it-does">
  ## 機能
</div>

指定した処理ステージで保留中のタスク一覧を取得します。

<div id="definition">
  ## 定義
</div>

```
Task [] GetPostponedTasks( int sessionId, int projectId, int processingStage );
```

<div id="parameters">
  ## パラメーター
</div>

| **名前**          | **型** | **説明**                                                                                                      |
| --------------- | ----- | ----------------------------------------------------------------------------------------------------------- |
| sessionId       | int   | Application Server への接続 ID                                                                                  |
| projectId       | int   | タスクの一覧を取得する対象プロジェクトの ID                                                                                     |
| processingStage | int   | ステージの ID。指定可能な値については、[ProcessingStage](/ja/flexi-capture/api/structures/t-processing-stage-type) を参照してください。 |

<div id="returned-value">
  ## 戻り値
</div>

| **型**                                            | **説明**      |
| ------------------------------------------------ | ----------- |
| [Task](/ja/flexi-capture/api/structures/task)\[] | 利用可能なタスクの一覧 |
