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

ProcessCompleteEventArgs

public sealed class ProcessCompleteEventArgs : EventArgs
Represents the process complete event argument data. This class cannot be inherited.
public bool CloseForm { get; }

Gets a value indicating whether to close any form that started the runnable process.

public string ExportFilePath { get; }

Gets the full path to the exported process file.

public bool ExportLog { get; }

Gets a value indicating whether logs were exported.

public ProcessCompleteEventArgs(bool closeForm, string exportFilePath, bool exportLog)

Initializes a new instance of the ProcessCompleteEventArgs class.