GetJobEvents Method (JobExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobEvents() method returns a DataSet containing all job event data for the current job. Job events include certification sign-off, adding production, adding consumption, reclassifying production, reclassifying consumption, completing a step, changing job specifications, and changing a job state. The job event data can be filtered by step number and/or lot number.
Parameters
- stepNo
- Optional. Holds the step number by which to filter the job event information. If not used, set to null.
- lotNo
- Optional. Holds the lot number by which to filter the job event information. If not used, set to an empty string.
Return Value
Returns a DataSet containing a row for each job event that matches
the filter.