RemoveSamplingJobRunFromPanel

Description

Removes the specified run from the specified job.

Signature
long RemoveSamplingJobRunFromPanel(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.

Response

Data Type Description

long

Number of the task that removes the run.

Example