RSE/Models/Model/External/CommunicationCommand.cs
2024-11-24 12:40:51 +01:00

11 lines
179 B
C#

namespace Models.Model.External;
public enum CommunicationCommand
{
GetScanningProgress,
GetSearches,
StopScanning,
GarbageCollect,
DbReindex,
DbVacuum,
}