What it does
Gets a list of postponed tasks at the specified processing stage.Definition
Parameters
| Name | Type | Description |
|---|---|---|
| sessionId | int | The ID of the connection to the Application Server |
| projectId | int | The ID of the project for which the list of tasks is to be retrieved |
| processingStage | int | The ID of the stage. Possible values: see ProcessingStage. |
Returned value
| Type | Description |
|---|---|
| Task[] | List of available tasks |
