<PackageReference Include="Relativity.Server.Extensibility.SDK" Version="5000.0.2" />

RunJob

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

The script actions that are associated with this run job.

public List<Action> 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; }

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; }

The current status of the job.

public RunJob()