GetPostponedTasks
What it does
Gets a list of postponed tasks at the specified processing stage.
Definition
Task [] GetPostponedTasks( int sessionId, int projectId, int processingStage );
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 | 
4/12/2024 6:16:02 PM