ImagingJobStatusResponse public class ImagingJobStatusResponse Documentation public long JobArtifactId { get; set; } public bool JobExists { get; set; } public int JobPriority { get; set; } public ImagingJobStatus JobStatus { get; set; } public int NumberOfDocumentsCompleted { get; set; } public int NumberOfDocumentsErrored { get; set; } public int NumberOfDocumentsSkipped { get; set; } public int NumberOfDocumentsSubmitted { get; set; } public int NumberOfDocumentsWaiting { get; set; } public ImagingJobStatusResponse()