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

CancelJobResult

public class CancelJobResult
Represents the results of cancel operation on a production job.
public bool CancelSuccessfullySent { get; }

Gets a Boolean value indicating whether the cancel request was successfully sent.

public List<string> Errors { get; set; }

Gets or sets a list of errors that occurred during the cancel operation.

public int JobID { get; set; }

Gets or sets the artifact ID of the canceled production job.

public int ProductionID { get; set; }

Gets or sets the artifact ID of the canceled production.

public int WorkspaceID { get; set; }

Gets or sets the artifact ID of the workspace containing the canceled production.

public CancelJobResult()

Initializes an instance of the CancelJobResult class.