Add exit state and last progress data to process report history

This commit is contained in:
Ingo Oppermann
2023-03-01 15:28:28 +01:00
parent 3cad139952
commit 86b3c053f1
15 changed files with 372 additions and 88 deletions

View File

@@ -171,7 +171,7 @@ func TestFFmpegWaitStop(t *testing.T) {
Args: []string{},
Reconnect: false,
StaleTimeout: 0,
OnExit: func() {
OnExit: func(state string) {
time.Sleep(2 * time.Second)
},
})