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

IProcessEventWriter

public interface IProcessEventWriter : IDisposable
Represents an abstract object that writes output events to a file.
string File { get; }

Gets the full path to the event file.

bool HasEvents { get; }

Gets a value indicating whether any events have been written.

void Close()

Closes this instance.

void Save(string targetFile)

Saves the process event file to the target file.

Writes the process event to a file.