log-iso-information (Day-Helper-2025-06-28)

This commit is contained in:
2025-06-29 14:25:54 -07:00
parent 6ce6c28db1
commit fc4449f515
3 changed files with 97 additions and 0 deletions

View File

@ -171,6 +171,8 @@ internal static class HelperDay
ADO2025.PI6.Helper20250602.EquipmentAutomationFrameworkCellInstanceStateImageVerbIf(logger, args);
else if (args[1] == "Day-Helper-2025-06-18")
ADO2025.PI6.Helper20250618.MoveAllButXOfEach(logger, args);
else if (args[1] == "Day-Helper-2025-06-28")
ADO2025.PI6.Helper20250628.LogIsoInformation(logger, args);
else
throw new Exception(appSettings.Company);
}