1.2 KiB
1.2 KiB
| tags | |
|---|---|
|
Notes
- Stefan antworten
- Alenas Master Thesis anschauen und bewerten 📅 2025-12-18 ✅ 2026-01-07
Other
try
{
await process.WaitForExitAsync(timeoutCts.Token);
if (process.ExitCode != 0)
{
mLogger.Error("Simulation process exited with non-zero exit code {ExitCode}.",
process.ExitCode);
throw new Exception("Simulation process failed.");
}
}
- Exitcode abfragen und entsprechend darauf reagieren (Exception werfen). Verhindere, dass die falsche Exception "Report could not be uploaded" fälschlicherweise angezeigt wird 📅 2025-12-19
- Nach Errors in den Logs vom Simulator suchen und auf STDIO printen
- Tickets für NVRam topics anlegen
label: New Meeting
icon: building
style: default
class: ""
cssStyle: ""
backgroundImage: ""
tooltip: ""
id: ""
hidden: false
actions:
- type: templaterCreateNote
templateFile: "Templates/Meeting Template.md"
folderPath: Vector
fileName: "Rename me"
openNote: true