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

ImagingJobActionResponse

Represents a response from the imaging engine that indicates whether action (stopping or updating priority) on imaging job was successful.
public string ErrorMessage { get; set; }

Gets or sets a string representing an error message that occurred when performing the action on the imaging job.

public bool Success { get; set; }

Gets or sets a value indicating whether the action on imaging job was completed.