JobHistory Class
- Last UpdatedNov 06, 2025
- 1 minute read
The JobHistory class includes methods for adding and maintaining job history records in the Job_History table.
Records in the Job_History table are typically managed by calls from the JobExec class, such as the StartJob(), EndJob(), and PauseJob() methods. While you can use the methods in the JobHistory class to directly modify the data in the Job_History table, such as changing the duration of a job that ran on an entity, these methods should be used with caution.
System.Object
FactMES.API.Prod.JobHistory
