52 lines
1.2 KiB
Markdown
52 lines
1.2 KiB
Markdown
---
|
|
tags:
|
|
- daily
|
|
---
|
|
|
|
|
|
[[2025-12-11|← 2025-12-11]] | [[2025-12-13|2025-12-13 →]]
|
|
## Notes
|
|
|
|
- [x] Stefan antworten
|
|
- [x] Alenas Master Thesis anschauen und bewerten 📅 2025-12-18 ✅ 2026-01-07
|
|
|
|
## Other
|
|
|
|
```csharp
|
|
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
|
|
|
|
```meta-bind-button
|
|
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
|
|
```
|
|
|
|
![[System/Bases/Daily.base]]
|
|
|