GetAvailableQueues
What it does
Gets a set of records listing the processing stages available to the user.
Definition
Queue [] GetAvailableQueues( int sessionId, int projectId );
Parameters
| Name | Type | Description |
| sessionId | int | The ID of the connection to the Application Server |
| projectId | int | The ID of the project for which to get the list of tasks |
Returned value
| Type | Description |
| Queue[] | The set of records listing the processing stages available to the user |
12.04.2024 18:16:01