GetSamplingJobRun
Description
Return the SamplingJobRunReport of the specific job run.
Signature
SamplingJobRunReport GetSamplingJobRun(string key, string panelId, int jobId, int runNumber)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
panelId |
string required |
The panel ID |
jobId |
int required |
The job ID |
runNumber |
int required |
Number that specifies the concrete job run. |