10 lines
159 B
C#
10 lines
159 B
C#
namespace Models.Model.External;
|
|
|
|
public enum CommunicationCommand
|
|
{
|
|
GetScanningProgress,
|
|
GetSearches,
|
|
StopScanning,
|
|
DbReindex,
|
|
DbVacuum,
|
|
} |