mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-28 16:38:12 -05:00
8 lines
121 B
C#
8 lines
121 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum CleanReason
|
|
{
|
|
None,
|
|
MaxRatioReached,
|
|
MaxSeedTimeReached,
|
|
} |