JobHistory Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by JobHistory.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new job history record to the Job_History table. This method is used for inserting historical job records into the Job_History table. To start a new job on an entity, use the JobExec.StartJob() method. |
![]() ![]() | Delete | The Delete() method deletes the specified job history record. Note: Use extreme caution when deleting a job history record, since it also removes all the statistics for the job that were recorded in the Job_Hour_History table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more job history records from the Job_History table, as specified by the filter parameters. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified job history record from the Job_History table. |
![]() ![]() | Update | The Update() method updates all columns of the specified job history record in the Job_History table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates specified columns of a job history record in the Job_History table. |

