restic/internal/ui/termstatus/background_windows.go

8 lines
206 B
Go
Raw Normal View History

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