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

> La méthode PostponeTask de l’API Web Services FlexiCapture d’ABBYY reporte le traitement d’une tâche à plus tard et lui associe un commentaire facultatif.

<div id="what-it-does">
  ## Ce que fait cette opération
</div>

Reporte une tâche pour qu’elle soit traitée plus tard.

<div id="definition">
  ## Définition
</div>

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

<div id="parameters">
  ## Paramètres
</div>

| **Name**  | **Type** | **Description**                           |
| --------- | -------- | ----------------------------------------- |
| sessionId | int      | ID de la connexion à l’Application Server |
| taskId    | int      | ID de la tâche à reporter                 |
| comment   | string   | Commentaire associé à la tâche reportée.  |

<div id="returned-value">
  ## Valeur de retour
</div>

Aucune.
