<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ProductionJobResult

public class ProductionJobResult
Represents the result of an attempt to create a job when a production is run or staged.
public IEnumerable<string> Errors { get; set; }

Error messages if job was not created.

public int JobID { get; set; }

The ID of the production job.

public IEnumerable<string> Messages { get; set; }

Informational messages about the job.

public int ProductionID { get; set; }

Production artifact ID.

public IEnumerable<string> Warnings { get; set; }

Warning messages about the job.

public bool WasJobCreated { get; set; }

Indicates whether or not the job was created.

public int WorkspaceID { get; set; }

Workspace artifact ID.