Neue Absender IK
+ Bei Fehlerhaftem Code wird Dakota Verzeichnis aufgeräumt
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Dakota
|
||||
{
|
||||
public static class DakotaConfig
|
||||
{
|
||||
public static string IKAbsender => "109500969";
|
||||
public static string IKAbsender => "490517618";
|
||||
|
||||
public static string TrennzeichenInnerhalb => ":";
|
||||
public static string Trennzeichen => "+";
|
||||
|
||||
@@ -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