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. Use 0 for the default batch type or -1 for all batch types. |
stageType | int | The ID of the stage type. For possible values, see ProcessingStageType. Use -1 to get processing stages of all types. |
stageName | string | The name of the processing stage. Use an empty string ("") to get all processing stages. |
Returned value
| Type | Description |
|---|---|
| ProcessingStage[] | A set of records, each containing information about a processing stage. |
