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