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

Schedule

public sealed class Schedule : Attribute
Defines a run Schedule for the statistics event handler.
public string Schedule { get; }

Returns the schedule for the statistics event handler.

public Schedule(string schedule)

Initializes a new instance of the Schedule Class.