queue sync calls

This commit is contained in:
André Roth
2024-06-08 12:27:59 +02:00
parent efc5573b8e
commit 3e1485faf5
3 changed files with 24 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ type Task struct {
detail *Detail
process Process
processReturnValue *ProcessReturnValue
err error
Name string
ID int
State State