:JOBS:RESults:INFO:TIMes?
Query Syntax
:JOBS:RESults:INFO:TIMes? <Job ID>
Where <Job ID> is an integer that represents the Job ID.
Example Query Response
"-5.916E-03,1.008510E+00,-3.084E-03,-8.8E-05,5.78E-04"
Description
For the specified Job ID, returns a string of comma separated task times. For example:
"Job Requested,09/12/2022 09:27:26.584 -07:00,Configuring Acquisition And Port Connections,09/12/2022 09:27:26.639 -07:00,Autoscaling and Acquiring Waveforms,09/12/2022 09:27:27.146 -07:00,Saving Waveforms,09/12/2022 09:27:28.332 -07:00,Acquisition Succeeded,09/12/2022 09:27:28.622 -07:00,Loading Waveforms,09/12/2022 09:27:28.633 -07:00,Waiting For Analysis Complete,09/12/2022 09:27:28.638 -07:00,Saving Results,09/12/2022 09:27:31.156 -07:00,Analysis Succeeded,09/12/2022 09:27:31.380 -07:00"
Each task includes two comma-separated fields with the second field for each task comprised of three space-separated values:
<task name>,<date> <start time> <elapsed task time>
.
For clarity, here is the same example listing shown above with each task listed on a separate line with a blank line separating the different tasks.
"Job Requested, 09/12/2022 09:27:26.584 -07:00,
Configuring Acquisition And Port Connections, 09/12/2022 09:27:26.639 -07:00,
Autoscaling and Acquiring Waveforms, 09/12/2022 09:27:27.146 -07:00,
Saving Waveforms, 09/12/2022 09:27:28.332 -07:00,
Acquisition Succeeded, 09/12/2022 09:27:28.622 -07:00,
Loading Waveforms, 09/12/2022 09:27:28.633 -07:00,
Waiting For Analysis Complete, 09/12/2022 09:27:28.638 -07:00,
Saving Results, 09/12/2022 09:27:31.156 -07:00,
Analysis Succeeded, 09/12/2022 09:27:31.380 -07:00"