namespace API.SignalR; public static class ProgressEventType { public const string Started = "started"; public const string Updated = "updated"; /// /// End of the update chain /// public const string Ended = "ended"; /// /// Represents a single update /// public const string Single = "started"; }