GetJobDataLogs Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobDataLogs() method returns the data log information collected for the specified job. A job is specified by a work order ID, an operation ID, and an operation sequence number.
Parameters
- woID
- Required. Holds the work order ID of the job whose data log information is being retrieved.
- operID
- Required. Holds the operation ID of the job whose data log information is being retrieved.
- seqNo
- Required. Holds the operation sequence number of the job whose data log information is being retrieved.
Return Value
Returns a DataSet containing a row for each data collection sample.