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

IRunnable

public interface IRunnable
Represents an abstract object that performs some runnable process.
Guid ProcessId { get; set; }

Gets or sets the process unique identifier. A new Guid is assigned by default.

void Start()

Starts the runnable process.