CheckJobStatus
Returns the status of a given job.
Input
| Name | Type | Description |
| JobId | String | The id of the job to retrieve the status for. |
Result Set Columns
| Name | Type | Description |
| Status | String | The current status of the job. |
| TotalRecords | String | The total number of records affected. |
| PercentCompleted | String | The percent of the job completed. |
| JobId | String | The Id of the job checked. |
| EstimatedRemainingTime | String | The estimated amount of time remaining for the job to finish executing. |