GetProcessingStages
What it does
Gets information about processing stages.
Definition
ProcessingStage [] GetProcessingStages( int projectId, int batchTypeId, int stageType, string stageName );
Parameters
| Name | Type | Description |
| projectId | int | The ID of the project |
| batchTypeId | int |
The ID of the batch type. The following values are also possible:
|
| stageType | int | The ID of the stage type. See ProcessingStage for possible values. Use '-1' value to get processing stages of all types. |
| stageName | string | The name of the processing stage. Use an empty string ("") to get all the processing stages. |
Returned value
| Type | Description |
| ProcessingStage[] | A set of records, each containing information about a processing stages |
12.04.2024 18:16:03