no message
This commit is contained in:
@@ -91,6 +91,9 @@ public abstract class TestingPlanner<P extends TestingPackage> {
|
||||
protected void Disconnect() {
|
||||
}
|
||||
//---
|
||||
protected void CheckExecutionStates() throws Exception{
|
||||
|
||||
}
|
||||
//жизненный цикл планировщика
|
||||
protected void Session() throws Exception {
|
||||
switch (testingPackage.state) {
|
||||
@@ -105,6 +108,8 @@ public abstract class TestingPlanner<P extends TestingPackage> {
|
||||
case PackageStart:
|
||||
PackageStart();
|
||||
EmailPackage();
|
||||
testingPackage.StartDate = new Date().getTime();
|
||||
testingPackage.progress = 0;
|
||||
UpdatePackageState(getStateAfterStart());
|
||||
break;
|
||||
case CompilationWorkspacesCreation:
|
||||
|
||||
Reference in New Issue
Block a user