<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

RunJob

public class RunJob
Represents a script run job.
public List<ActionJob> ActionJobs { get; set; }

Gets or sets the script actions that are associated with this run job.

public List<HttpAction> Actions { get; set; }

Gets or sets a list of RESTful operations that a user has permissions to perform on the script run job.

public string ErrorMessage { get; set; }

Gets or sets the error message when a script run errors.

public Meta Meta { get; set; }

Gets or sets a list of unsupported and read-only properties on the script run job.

public RunJobStatus Status { get; set; }

Gets or sets the current status of the job.

public RunJob()