промежуточный. редактирование пакетов тестирования ДВМ, и возможность их перезапуска.

This commit is contained in:
2024-09-14 01:16:08 +03:00
parent 222163c557
commit 1e782daa3d
7 changed files with 29 additions and 4 deletions

View File

@@ -27,6 +27,9 @@ public abstract class AbortTestingPackage extends TestingSystemPass<TestingPacka
case Aborted:
Log.Writeln_("Пакет уже завершен.");
break;
case Inactive:
Log.Writeln_("Пакет неактивен.");
break;
default:
packageToKill = new TestingPackageToKill();
packageToKill.packageId = target.id;