mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
8 lines
204 B
Go
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
|
|
}
|