mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-15 09:19:01 -05:00
8 lines
110 B
C#
8 lines
110 B
C#
namespace Domain.Enums;
|
|
|
|
public enum CleanReason
|
|
{
|
|
None,
|
|
MaxRatioReached,
|
|
MaxSeedTimeReached,
|
|
} |