mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 09:31:38 -04:00
8 lines
91 B
C#
8 lines
91 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum JobRunStatus
|
|
{
|
|
Completed,
|
|
Failed
|
|
}
|