GetProcessingStages
操作
処理段階に関する情報を取得します。
定義
ProcessingStage [] GetProcessingStages( int projectId, int batchTypeId, int stageType, stringstageName );
パラメータ
名前 | 型 | 記述 |
projectId | int | プロジェクトのID |
batchTypeId | int |
バッチ型のID。以下の値も可能です:
|
stageType | int | 段階型のID。可能な値については、ProcessingStageをご覧ください。「-1」値を使用してすべての型の処理段階を取得します。 |
stageName | string | 処理段階の名前。空の文字列 ("") を使用してすべての処理段階を取得します。 |
戻り値
型 | 記述 |
ProcessingStage[] | 記録のセットで、それぞれに処理段階に関する情報が含まれています |
12.04.2024 18:16:06