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

# PostponeTask

> ABBYY FlexiCapture Web Services API の PostponeTask メソッドは、タスクの処理を後の時点まで延期し、必要に応じてコメントをアタッチします。

<div id="what-it-does">
  ## 動作
</div>

タスクを後で処理するよう延期します。

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

```
void PostponeTask( int sessionId, int taskId, string comment );
```

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

| **Name**  | **型**  | **Description**             |
| --------- | ------ | --------------------------- |
| sessionId | int    | Application Server への接続の ID |
| taskId    | int    | 延期するタスクの ID                 |
| comment   | string | 延期するタスクへのコメント。              |

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

ありません。
