no message

This commit is contained in:
2023-10-25 02:20:57 +03:00
parent 37c7bbda44
commit 99b24b3eba
9 changed files with 82 additions and 47 deletions

View File

@@ -303,11 +303,15 @@ public enum PassCode_2021 {
EditSapforConfigurationCommandOnServer,
DeleteSapforConfigurationCommand,
//->
DownloadSapforTasksPackage,
//->
TestPass;
public String getDescription() {
switch (this) {
case Undefined:
return "?";
case DownloadSapforTasksPackage:
return "Загрузить пакет задач SAPFOR";
case AbortSapforTaskPackage:
return "Прервать пакет задач SAPFOR";
case ShowAllParallelVariants: