<PackageReference Include="Relativity.Server.EventHandler.SDK" Version="5000.0.3" />

RunOnce

public sealed class RunOnce : Attribute
Defines a Run Once tag for event handlers.
public bool RunOnce { get; }

Returns if the the event handler should only run once.

public RunOnce(bool runOnce)

Initializes a new instance of the Run Once class.