feat: notify when managed browsers exit
This commit is contained in:
@@ -133,13 +133,15 @@ const (
|
||||
)
|
||||
|
||||
type BrowserEvent struct {
|
||||
Kind EventKind
|
||||
InstanceID string
|
||||
Status InstanceStatus
|
||||
PID int
|
||||
ExitCode *int
|
||||
ErrorCode ErrorCode
|
||||
At time.Time
|
||||
Kind EventKind
|
||||
InstanceID string
|
||||
LaunchGeneration uint64
|
||||
Status InstanceStatus
|
||||
PID int
|
||||
ExitCode *int
|
||||
ExpectedStop bool
|
||||
ErrorCode ErrorCode
|
||||
At time.Time
|
||||
}
|
||||
|
||||
type ErrorCode string
|
||||
|
||||
Reference in New Issue
Block a user