mirror of
https://github.com/datarhei/core.git
synced 2025-10-07 08:51:04 +08:00
Add exit state and last progress data to process report history
This commit is contained in:
@@ -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)
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user