<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

Status

public class Status
Represents a status message provided to an OnMessage event.
public string Message { get; set; }

Gets or sets the status message.

public Status()

Creates an empty Status without a message.

public Status(string messageString)

Creates a Status with the given message.