mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 06:33:56 +00:00
update godoc
This commit is contained in:
parent
51a2394a94
commit
2928787f51
@ -1565,7 +1565,8 @@ func FindNames() ([]string, error) {
|
||||
return strArr, err
|
||||
}
|
||||
|
||||
// FindIds finds the all processes named with a subset of "name" (case insensitive), return matching IDs.
|
||||
// FindIds finds the all processes named with a subset of "name" (case insensitive),
|
||||
// return matched IDs.
|
||||
func FindIds(name string) ([]int32, error) {
|
||||
var pids []int32
|
||||
nps, err := Process()
|
||||
|
Loading…
Reference in New Issue
Block a user