Files
restic/internal/terminal/background_windows.go
2025-09-08 10:50:09 +02:00

8 lines
204 B
Go

package terminal
// IsProcessBackground reports whether the current process is running in the
// background. Not implemented for this platform.
func IsProcessBackground(_ uintptr) bool {
return false
}