RSE/Models/Model/External/CommunicationCommand.cs

11 lines
186 B
C#

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