タスクの進捗状況情報。
構文
名前 | 種類 | 説明 |
---|---|---|
taskType | xsd:string | タスクタイプの説明。 |
numProcessed | xsd:int | 既に処理されたタスク項目の数。 |
numProcessing | xsd:int | 現在処理中のタスク項目の数。 |
numPending | xsd:int | 保留中のタスク項目の数(まだ処理されていません)。 |
進行状況 | xsd:double | %進行状況(0.0 ~ 1.0 の範囲)。 |
progressMessage | xsd:string | 進行状況メッセージ。 |
lastProgressUpdate | xsd:dateTime | 最後の進行状況情報が最後に更新された時刻。 |
taskItemProgressArray | types:TaskItemProgressArray | タスク項目の配列。 |
taskState | xsd:string | 次の値が含まれます。
|