Skip to main content

What it does

Gets a list of postponed tasks at the specified processing stage.

Definition

Task [] GetPostponedTasks( int sessionId, int projectId, int processingStage );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
projectIdintThe ID of the project for which the list of tasks is to be retrieved
processingStageintThe ID of the stage. Possible values: see ProcessingStage.

Returned value

TypeDescription
Task[]List of available tasks