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

> PostponeTask method in the ABBYY FlexiCapture web services API defers a task for processing at a later time and attaches an optional comment to it.

## What it does

Postpones a task to be processed at a later time.

## Definition

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

## Parameters

| **Name**  | **Type** | **Description**                                    |
| --------- | -------- | -------------------------------------------------- |
| sessionId | int      | The ID of the connection to the Application Server |
| taskId    | int      | The ID of the task to be postponed                 |
| comment   | string   | A comment to the postponed task.                   |

## Returned value

None.
