Class ImagingJobActionResponse
Represents a response from the imaging engine that indicates whether action (stopping or updating priority) on imaging job was successful.
Inheritance
System.Object
ImagingJobActionResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingJobActionResponse
Properties
| Improve this Doc View SourceErrorMessage
Gets or sets a string representing an error message that occurred when performing the action on the imaging job.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Success
Gets or sets a value indicating whether the action on imaging job was completed.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |