CheckJobStatus
特定のジョブのステータスを返します。
Input
Name | Type | Description |
JobId | String | ステータスを取得するジョブのId。 |
Result Set Columns
Name | Type | Description |
Status | String | 現在のジョブのステータス。 |
TotalRecords | String | 影響を受けたレコードの総数。 |
PercentCompleted | String | 完了したジョブのパーセンテージ。 |
JobId | String | チェックされたジョブのId。 |
EstimatedRemainingTime | String | ジョブの実行が完了するまでの推定残り時間。 |