RSE/Models/Model/External/CommunicationCommand.cs
2024-11-25 19:13:37 +01:00

10 lines
159 B
C#

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