Files
restic/internal/terminal/background_windows.go

8 lines
204 B
Go
Raw Normal View History

package terminal
// IsProcessBackground reports whether the current process is running in the
// background. Not implemented for this platform.
2025-02-28 19:52:43 +00:00
func IsProcessBackground(_ uintptr) bool {
return false
}