no message

This commit is contained in:
2024-10-14 12:54:52 +03:00
parent e1627badd3
commit e64a4f4c47
45 changed files with 211 additions and 200 deletions

View File

@@ -38,8 +38,8 @@ public abstract class Task extends iDBObject {
return this.project_path.equalsIgnoreCase(project.Home.getAbsolutePath());
}
public void DropResults() throws Exception {
Utils.forceDeleteWithCheck(getOutputFile());
Utils.forceDeleteWithCheck(getErrorsFile());
Utils_.forceDeleteWithCheck(getOutputFile());
Utils_.forceDeleteWithCheck(getErrorsFile());
//-
StartDate = 0;
EndDate = 0;