CheckJobStatus
Retrieves the current status (for example, 'pending', 'completed', 'failed') of a specified NetSuite job process.
Input
| Name | Type | Description |
| JobId | String | The unique identifier for the job whose status is being retrieved. |
Result Set Columns
| Name | Type | Description |
| Status | String | The current progress status of the job, such as 'In Progress', 'Completed', or 'Failed'. |
| TotalRecords | String | The total number of records that have been processed by the job. |
| PercentCompleted | String | The percentage of the job that has been completed so far. |
| JobId | String | The unique identifier of the job that was checked. |
| EstimatedRemainingTime | String | The estimated time remaining until the job completes execution, based on current progress. |