Gets the current state of the imaging job for the imaging set.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public string Status { get; set; }
public string Status { get; set; }Public Property Status As String
Get
Set
Public Property Status As String
Get
Set
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
public:
property String^ Status {
String^ get ();
void set (String^ value);
}member Status : string with get, set
member Status : string with get, set
Property Value
Type:
String
Set only by job runs, IImagingSetMananger.SaveAsync will not store this field.
Reference