Neue Absender IK
+ Bei Fehlerhaftem Code wird Dakota Verzeichnis aufgeräumt
This commit is contained in:
@@ -288,10 +288,13 @@ namespace DakotaSender
|
||||
|
||||
Returncodes.EvaluateSendCode(rc, out is_dakota_running, out success, out string message);
|
||||
|
||||
if (is_dakota_running)
|
||||
if (!success)
|
||||
{
|
||||
FileController.DeleteDakotaFile(file);
|
||||
}
|
||||
|
||||
if (is_dakota_running)
|
||||
{
|
||||
throw new Exception();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user