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

# SendTask

> ABBYY FlexiCapture Web Services API の SendTask メソッドは、タスク全体を指定した処理ステージに送信し、コメントを添付します。

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

タスク全体を指定した処理ステージに送ります。

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

```
void SendTask( int sessionId, int taskId, int stageId, string comment );
```

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

| **名前**    | **型**  | **説明**                      |
| --------- | ------ | --------------------------- |
| sessionId | int    | Application Server への接続の ID |
| taskId    | int    | Exceptions ステージに送信するタスクの ID |
| stageId   | int    | タスクの送信先ステージの ID             |
| comment   | string | タスクに対するコメントのテキスト。           |

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

ありません。
